diff options
author | Daniel <kingdread@gmx.de> | 2020-05-16 12:42:00 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-05-16 12:42:00 +0200 |
commit | d0563f9dd7baaccdba00c667509209f6550ea727 (patch) | |
tree | a34244b41da51a516eca2b03b369f8186cd3bf13 /Cargo.lock | |
parent | 62837e13f2825f5f370edbef7ef1c5be74778eea (diff) | |
download | raidgrep-d0563f9dd7baaccdba00c667509209f6550ea727.tar.gz raidgrep-d0563f9dd7baaccdba00c667509209f6550ea727.tar.bz2 raidgrep-d0563f9dd7baaccdba00c667509209f6550ea727.zip |
bump version to 1.2.0v1.2.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -703,7 +703,7 @@ dependencies = [ [[package]] name = "raidgrep" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |