Dependency versions using semver better.

This commit is contained in:
Sean Bowe 2016-09-11 13:39:51 -06:00
parent 9c795f46a3
commit 0bedb1ad54
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@ license = "MIT OR Apache-2.0"
name = "api"
[dependencies]
rand = "0.3.14"
rustc-serialize = "0.3"
byteorder = "0.5"
rand = "~0.3.14"
rustc-serialize = "~0.3.19"
byteorder = "~0.5.3"
[dev-dependencies.bincode]
version = "0.6.0"
version = "~0.6.0"
default-features = false
features = ["rustc-serialize"]