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 | |
parent | 7b6f4cb89b4d953f4abcdb1e62fcaf8349138349 (diff) |
chore: Bump to 1.0-rc1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | default.nix | 2 |
3 files changed, 3 insertions, 3 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)", diff --git a/Cargo.toml b/Cargo.toml index 85b80bd4bc88..18b77345f86d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "journaldriver" -version = "0.1.0" +version = "1.0.0" authors = ["Vincent Ambo <vincent@aprila.no>"] license = "GPL-3.0-or-later" diff --git a/default.nix b/default.nix index cdb05061110f..d4622eb07f8f 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ with pkgs; rustPlatform.buildRustPackage { inherit doCheck; name = "journaldriver"; - version = "0.1.0"; + version = "1.0-rc1"; cargoSha256 = "04llhriwsrjqnkbjgd22nhci6zmhadclnd8r2bw5092gwdamf49k"; src = ./.; |