upgrade to new version of rustc-serialize
This commit is contained in:
parent
0b5b3653e4
commit
6e0069163c
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bincode"
|
name = "bincode"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
authors = ["Ty Overby <ty@pre-alpha.com>"]
|
authors = ["Ty Overby <ty@pre-alpha.com>"]
|
||||||
|
|
||||||
repository = "https://github.com/TyOverby/bincode"
|
repository = "https://github.com/TyOverby/bincode"
|
||||||
|
|
@ -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.1.4"
|
rustc-serialize = "0.2.2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue