summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2018-06-01 20:06:44 -0700
committerBryant Mairs <bryantmairs@google.com>2018-06-01 20:11:46 -0700
commit5664db8202db96857a90c88cede57be614b78f43 (patch)
tree5bda9fe8f43ec2a64044f6feac6cbd8aa2da8b0c /README.md
parentc51d1bb346a17482b23089909fbb8b56e837f4d7 (diff)
downloadnix-5664db8202db96857a90c88cede57be614b78f43.zip
Set the 0.11 release
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: