diff options
author | Vincent Ambo <mail@tazj.in> | 2018-06-17T16·22+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-06-17T16·22+0200 |
commit | 208b5dec2cad72f752c091c349a5e954047b74ff (patch) | |
tree | 336baf8f39963c9a54700a55a5a5aa6b974be605 /Cargo.lock | |
parent | 7b6f4cb89b4d953f4abcdb1e62fcaf8349138349 (diff) |
chore: Bump to 1.0-rc1
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 1c08d8bba9a0..7e0b8540411e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "journaldriver" -version = "0.1.0" +version = "1.0.0" dependencies = [ "chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |