about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
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 = ./.;