aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-08-30 11:03:03 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-08-30 11:03:03 -0400
commit20c1bff9689c09639aa04f6c0d91f49331c560b3 (patch)
tree7042b19e8b736f9468b04329fd923a7d91e719f4 /Cargo.toml
parentbd189dd714a70f1ee83166687659ba4581c731dd (diff)
downloadbyteorder-20c1bff9689c09639aa04f6c0d91f49331c560b3.tar.gz
remove * deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c562a9d..bd75922 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,8 +14,8 @@ license = "Unlicense/MIT"
name = "byteorder"
[dev-dependencies]
-quickcheck = "*"
-rand = "*"
+quickcheck = "0.2"
+rand = "0.3"
[profile.bench]
opt-level = 3