summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-05-31 09:33:38 -0600
committerAlan Somers <asomers@gmail.com>2021-05-31 09:33:38 -0600
commitec1a124664a6d816500423e873a2d85de8ea403d (patch)
tree0c1193307f618f224c4d78489218428079e68e7a /README.md
parent478db7dc521f52767efe2a0f3aabb00a4dd6b91b (diff)
downloadnix-ec1a124664a6d816500423e873a2d85de8ea403d.zip
Release v0.21.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 92fb8e53..816f233e 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ To use `nix`, add this to your `Cargo.toml`:
```toml
[dependencies]
-nix = "0.20.0"
+nix = "0.21.0"
```
## Contributing