diff options
author | Vincent Ambo <mail@tazj.in> | 2018-10-05T22·44+0200 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-10-05T23·04+0200 |
commit | 7ec507f8cb6554db3a02336bcb8096239d361a75 (patch) | |
tree | 8391cf27b36f5ed8def9a8958a15c88cd443a363 /Cargo.lock | |
parent | 55c4943df14a73acce102f105e096f3a3978faab (diff) |
chore: Bump version to 1.1.0
... in preparation of a new release!
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 01684869c82a..40bdc962800a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "journaldriver" -version = "1.0.0" +version = "1.1.0" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |