summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-12-01 21:12:36 -0700
committerAlan Somers <asomers@gmail.com>2019-12-01 21:12:36 -0700
commit47bd6572dc4b50d9112bc764198711bf6b4b0cf5 (patch)
tree03e445049e9fb0e3d372f9e244cfecc188b80b7a /README.md
parent05c1b5ff6cc2afa137e2e711a682818c068f0d33 (diff)
downloadnix-47bd6572dc4b50d9112bc764198711bf6b4b0cf5.zip
Release v0.16.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 f3a3c09a..e1a32b96 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ To use `nix`, first add this to your `Cargo.toml`:
```toml
[dependencies]
-nix = "0.15.0"
+nix = "0.16.0"
```
Then, add this to your crate root: