summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2018-01-26 07:18:39 -0700
committerAlan Somers <asomers@gmail.com>2018-01-26 07:18:39 -0700
commit058c7413bab34992b79f1eadf33df86bdf0a7bd1 (patch)
tree6b9a2427e647f694ac764eea6ecef807ad56fa6b /README.md
parentc55d793a56ac48cebbd79a7b28b181ece845c114 (diff)
downloadnix-058c7413bab34992b79f1eadf33df86bdf0a7bd1.zip
Bump version to 0.10.0
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: