summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2020-09-30 12:15:46 +0100
committerAndrew Walbran <qwandor@google.com>2020-10-06 10:23:23 +0100
commitb67883b81affb17d9668c27a09a27fffa588e5b0 (patch)
tree626a2a717545cc4f4e3d9f28cffd9af91849b5ca /README.md
parent59e33bcbd084b65db7ccb870f844db307dadbfc0 (diff)
downloadnix-b67883b81affb17d9668c27a09a27fffa588e5b0.zip
Release v0.19.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 85c7279c..bd015d1d 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ To use `nix`, add this to your `Cargo.toml`:
```toml
[dependencies]
-nix = "0.18.0"
+nix = "0.19.0"
```
## Contributing