fix deps
This commit is contained in:
parent
28b5007731
commit
a38f8bc2c7
|
|
@ -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 = "*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue