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]
|
||||
rustc-serialize = "0.3.*"
|
||||
byteorder = "0.3.*"
|
||||
byteorder = "0.4.*"
|
||||
num = "*"
|
||||
serde = "*"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue