Make version syntax consistent

Using no symbol implies its a symver caret requirement.

https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html
This commit is contained in:
Greg Fitzgerald 2018-06-11 14:06:03 -06:00
parent 5435bb734c
commit e44d423e83
1 changed files with 7 additions and 7 deletions

View File

@ -61,12 +61,12 @@ ring = "0.12.1"
untrusted = "0.5.1"
bincode = "1.0.0"
chrono = { version = "0.4.0", features = ["serde"] }
log = "^0.4.1"
env_logger = "^0.4.1"
matches = "^0.1.6"
byteorder = "^1.2.1"
libc = "^0.2.1"
getopts = "^0.2"
log = "0.4.1"
env_logger = "0.4.1"
matches = "0.1.6"
byteorder = "1.2.1"
libc = "0.2.1"
getopts = "0.2"
isatty = "0.1"
rand = "0.5.1"
pnet = "^0.21.0"
pnet = "0.21.0"