diff options
author | Daniel <kingdread@gmx.de> | 2020-05-04 15:35:38 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-05-04 15:35:38 +0200 |
commit | 684024edb41e44855d35a0bc447a2a8486b33242 (patch) | |
tree | 18d6b0a185fb143e56cbd75718eb88ba9e8798d0 /Cargo.lock | |
parent | 03e07542f659a51f091b67e20993fa5ae16fb426 (diff) | |
download | raidgrep-684024edb41e44855d35a0bc447a2a8486b33242.tar.gz raidgrep-684024edb41e44855d35a0bc447a2a8486b33242.tar.bz2 raidgrep-684024edb41e44855d35a0bc447a2a8486b33242.zip |
bump version to 1.1.0v1.1.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -759,7 +759,7 @@ dependencies = [ [[package]] name = "raidgrep" -version = "1.0.2" +version = "1.1.0" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |