mirror of https://git.sr.ht/~stygianentity/bincode
Merge pull request #49 from SimonSapin/byteorder
Update byteorder crate
This commit is contained in:
commit
7b7e258162
|
|
@ -12,7 +12,7 @@ description = "A binary serialization / deserialization strategy and implementat
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustc-serialize = "0.3.*"
|
rustc-serialize = "0.3.*"
|
||||||
byteorder = "0.3.*"
|
byteorder = "0.4.*"
|
||||||
num = "*"
|
num = "*"
|
||||||
serde = "*"
|
serde = "*"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue