summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-06-02 16:24:59 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-06-02 16:24:59 +0000
commit71da242de0c30c11e5d113730370681c69991806 (patch)
tree49602819e599813525665f51c0cd34b43cfd22ee /README.md
parent7031d76c338f4e5cd67b4f4b6d0e7b8573a69e8d (diff)
parent5664db8202db96857a90c88cede57be614b78f43 (diff)
downloadnix-71da242de0c30c11e5d113730370681c69991806.zip
Merge #908
908: Prep for 0.11 release r=Susurrus a=Susurrus Co-authored-by: Bryant Mairs <bryantmairs@google.com>
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 558fb6c0..79c7fd2f 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.10.0"
+nix = "0.11.0"
```
Then, add this to your crate root: