Don't pull `rustc-serialize` from `num` (#71)
This commit is contained in:
parent
ff69e6f3e1
commit
834e4c3656
|
|
@ -13,7 +13,7 @@ description = "A binary serialization / deserialization strategy and implementat
|
|||
[dependencies]
|
||||
rustc-serialize = { version = "0.3.*", optional = true }
|
||||
byteorder = "0.5.*"
|
||||
num = "0.1.*"
|
||||
num = { version = "0.1.*", default-features = false }
|
||||
serde = { version = "0.7.*", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in New Issue