aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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