summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-08-10 14:38:02 -0600
committerAlan Somers <asomers@gmail.com>2019-08-10 14:38:02 -0600
commitd602ac260fcf6820d0b8a939dde1154cbc3b321b (patch)
tree4a1896c9bd0bf33136d5fb52a7385c2255327cdb /README.md
parent38de0424d77c870db85a698b01a01763f343ecac (diff)
downloadnix-d602ac260fcf6820d0b8a939dde1154cbc3b321b.zip
Release v0.15.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 8d8fd729..0e540ba5 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.14.1"
+nix = "0.15.0"
```
Then, add this to your crate root: