summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-01-26 14:50:12 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-01-26 14:50:12 +0000
commit2b6966658c454a4607282dcdebd697016ecbad3b (patch)
tree6b9a2427e647f694ac764eea6ecef807ad56fa6b /README.md
parentc55d793a56ac48cebbd79a7b28b181ece845c114 (diff)
parent058c7413bab34992b79f1eadf33df86bdf0a7bd1 (diff)
downloadnix-2b6966658c454a4607282dcdebd697016ecbad3b.zip
Merge #844
844: Bump version to 0.10.0 r=asomers a=asomers
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 b9e4f80e..558fb6c0 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ To use `nix`, first add this to your `Cargo.toml`:
```toml
[dependencies]
-nix = "0.9.0"
+nix = "0.10.0"
```
Then, add this to your crate root: