diff --git a/Cargo.toml b/Cargo.toml index 2cc2170..9fbbf5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,5 @@ license = "MIT" description = "A binary serialization / deserialization strategy and implementation." [dependencies] -rustc-serialize = "0.2.10" - -[dependencies.byteorder] -git = "https://github.com/BurntSushi/byteorder.git" -branch = "newio" +rustc-serialize = "*" +byteorder = "*"