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 /default.nix | |
parent | 7b6f4cb89b4d953f4abcdb1e62fcaf8349138349 (diff) |
chore: Bump to 1.0-rc1
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ./.; |