summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-12-23 19:56:49 -0700
committerAlan Somers <asomers@gmail.com>2019-12-23 20:37:53 -0700
commit6793d1e31eed33f31fc8c66da66a508be5e66bf7 (patch)
treea68567e47de3af0eb96f45cfe06a3873de484e87 /README.md
parentba63b05ebfa9d612b3bfe567f775534c664182b0 (diff)
downloadnix-6793d1e31eed33f31fc8c66da66a508be5e66bf7.zip
Release v0.16.1
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 e1a32b96..8687b1e5 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.16.0"
+nix = "0.16.1"
```
Then, add this to your crate root: