aboutsummaryrefslogtreecommitdiff
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
parentbd189dd714a70f1ee83166687659ba4581c731dd (diff)
downloadbyteorder-20c1bff9689c09639aa04f6c0d91f49331c560b3.tar.gz
remove * deps
-rw-r--r--Cargo.toml4
-rw-r--r--README.md2
2 files changed, 3 insertions, 3 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
diff --git a/README.md b/README.md
index b2b37c7..833af41 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ updated. Add is to your `Cargo.toml` like so:
```toml
[dependencies]
-byteorder = "*"
+byteorder = "0.3"
```
If you want to augment existing `Reader` and `Writer` types, then import the