mirror of https://git.sr.ht/~stygianentity/bincode
Simplify semver dependency syntax
This commit is contained in:
parent
ee76b6dabd
commit
e8533f1bdf
|
|
@ -18,11 +18,11 @@ description = "A binary serialization / deserialization strategy that uses Serde
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1.2.0"
|
byteorder = "1.2.0"
|
||||||
serde = "^1.0.63"
|
serde = "1.0.63"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_bytes = "^0.10.3"
|
serde_bytes = "0.10.3"
|
||||||
serde_derive = "^1.0.27"
|
serde_derive = "1.0.27"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
autocfg = "0.1"
|
autocfg = "0.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue