From a38f8bc2c7933fd9b51c5b3d2adf4cbe894d1169 Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Sat, 21 Feb 2015 21:08:25 -0800 Subject: [PATCH] fix deps --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 = "*"