From b33107aea007a0ad3a7a5495f74e59026d367bed Mon Sep 17 00:00:00 2001 From: Kane Rogers Date: Fri, 24 Jun 2016 22:46:21 +1000 Subject: [PATCH] Bump version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d10bc0eea0..fb4a8fcadc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To use `nix`, first add this to your `Cargo.toml`: ```toml [dependencies] -nix = "0.5.0" +nix = "0.6.0" ``` Then, add this to your crate root: