diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-01-26 14:50:12 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-01-26 14:50:12 +0000 |
commit | 2b6966658c454a4607282dcdebd697016ecbad3b (patch) | |
tree | 6b9a2427e647f694ac764eea6ecef807ad56fa6b /README.md | |
parent | c55d793a56ac48cebbd79a7b28b181ece845c114 (diff) | |
parent | 058c7413bab34992b79f1eadf33df86bdf0a7bd1 (diff) | |
download | nix-2b6966658c454a4607282dcdebd697016ecbad3b.zip |
Merge #844
844: Bump version to 0.10.0 r=asomers a=asomers
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ To use `nix`, first add this to your `Cargo.toml`: ```toml [dependencies] -nix = "0.9.0" +nix = "0.10.0" ``` Then, add this to your crate root: |