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]
|
||||
rustc-serialize = "0.3.*"
|
||||
byteorder = "0.4.*"
|
||||
num = "^0.1"
|
||||
serde = "^0.6"
|
||||
num = "0.1.*"
|
||||
serde = "0.6.*"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_macros = "*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue