diff options
author | Daniel <kingdread@gmx.de> | 2020-04-29 16:27:36 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-04-29 16:27:36 +0200 |
commit | 9d5b728ce507334ad3916e2628dab1e0d82f5882 (patch) | |
tree | 89d0594ee04952c5c1d411b7da4e6d74aa30e3a1 /Cargo.lock | |
parent | 75e161c518c38e9d83069c8b5a50d7a491651fb5 (diff) | |
download | raidgrep-9d5b728ce507334ad3916e2628dab1e0d82f5882.tar.gz raidgrep-9d5b728ce507334ad3916e2628dab1e0d82f5882.tar.bz2 raidgrep-9d5b728ce507334ad3916e2628dab1e0d82f5882.zip |
bump version to 1.0.2v1.0.2
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -755,7 +755,7 @@ dependencies = [ [[package]] name = "raidgrep" -version = "1.0.1" +version = "1.0.2" 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)", |