mirror of https://git.sr.ht/~stygianentity/bincode
Use latest rustc-serialize
Needed to compile with latest nightly.
This commit is contained in:
parent
b4023f5281
commit
bc3b49e0fd
|
|
@ -11,4 +11,4 @@ license = "MIT"
|
||||||
description = "A binary serialization / deserialization strategy and implementation."
|
description = "A binary serialization / deserialization strategy and implementation."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustc-serialize = "0.2.5"
|
rustc-serialize = "0.2.6"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue