mirror of https://git.sr.ht/~stygianentity/bincode
Update to byteorder 1.0 (#91)
This commit is contained in:
parent
3d4346808f
commit
814aa7d239
|
|
@ -11,7 +11,7 @@ license = "MIT"
|
||||||
description = "A binary serialization / deserialization strategy and implementation with serde and rustc-serialize backends."
|
description = "A binary serialization / deserialization strategy and implementation with serde and rustc-serialize backends."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "0.5.*"
|
byteorder = "1.0.0"
|
||||||
num-traits = "0.1.32"
|
num-traits = "0.1.32"
|
||||||
|
|
||||||
[dependencies.rustc-serialize]
|
[dependencies.rustc-serialize]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue