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."
|
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"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue