summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2018-11-28 10:40:37 -0700
committerAlan Somers <asomers@gmail.com>2018-11-28 10:40:37 -0700
commite14ad4ddd20304a6bdefc1c838b5d6038f03c4e0 (patch)
treec0540a2c032bd24b82431753079e016197d18125 /README.md
parent3609e6f725e3fe6d830d78bc2d2b36202ea5d790 (diff)
downloadnix-e14ad4ddd20304a6bdefc1c838b5d6038f03c4e0.zip
Bump version to 0.12.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 98366d79..0171f1b9 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.11.0"
+nix = "0.12.0"
```
Then, add this to your crate root: