summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-06-06 15:07:08 -0600
committerAlan Somers <asomers@gmail.com>2019-06-06 15:07:08 -0600
commit04e9588527bcc759b3f8320fa68e504fbf74d9d0 (patch)
tree44063201e85272a3598203192edf1945ae768f3e /README.md
parentf9469afedd40e92c5074048fab7c298b22bf3961 (diff)
downloadnix-04e9588527bcc759b3f8320fa68e504fbf74d9d0.zip
Release v0.14.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 9fbbac75..23a20532 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.14.0"
+nix = "0.14.1"
```
Then, add this to your crate root: