aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentbd189dd714a70f1ee83166687659ba4581c731dd (diff)
downloadbyteorder-20c1bff9689c09639aa04f6c0d91f49331c560b3.tar.gz
remove * deps
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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