This commit is contained in:
Ty Overby 2015-02-21 21:08:25 -08:00
parent 28b5007731
commit a38f8bc2c7
1 changed files with 2 additions and 5 deletions

View File

@ -11,8 +11,5 @@ license = "MIT"
description = "A binary serialization / deserialization strategy and implementation." description = "A binary serialization / deserialization strategy and implementation."
[dependencies] [dependencies]
rustc-serialize = "0.2.10" rustc-serialize = "*"
byteorder = "*"
[dependencies.byteorder]
git = "https://github.com/BurntSushi/byteorder.git"
branch = "newio"