diff --git a/Cargo.toml b/Cargo.toml index cd00acc..be99929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bincode" -version = "0.0.3" +version = "0.0.4" authors = ["Ty Overby "] repository = "https://github.com/TyOverby/bincode" @@ -11,4 +11,4 @@ license = "MIT" description = "A binary serialization / deserialization strategy and implementation." [dependencies] -rustc-serialize = "0.1.4" +rustc-serialize = "0.2.2"