mirror of https://git.sr.ht/~stygianentity/bincode
bump byteorder dependency to 0.3.1
byteorder 0.2.9 no longer builds on rustc nightly; bumping this dependency to 0.3.1 fixes this issue
This commit is contained in:
parent
1355a93a23
commit
6ec2c0e415
|
|
@ -12,4 +12,4 @@ description = "A binary serialization / deserialization strategy and implementat
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustc-serialize = "0.3.*"
|
rustc-serialize = "0.3.*"
|
||||||
byteorder = "0.2.9"
|
byteorder = "0.3.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue