mirror of https://git.sr.ht/~stygianentity/bincode
fix version numbering
This commit is contained in:
parent
3e8833b70e
commit
5245ea19f0
|
|
@ -13,8 +13,8 @@ description = "A binary serialization / deserialization strategy and implementat
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustc-serialize = "0.3.*"
|
rustc-serialize = "0.3.*"
|
||||||
byteorder = "0.4.*"
|
byteorder = "0.4.*"
|
||||||
num = "^0.1"
|
num = "0.1.*"
|
||||||
serde = "^0.6"
|
serde = "0.6.*"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_macros = "*"
|
serde_macros = "*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue