Browse Source

Up version number

Samuel W. Flint 3 years ago
parent
commit
9aeb9ecfc3
3 changed files with 4 additions and 4 deletions
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 2 2
      flake.nix

+ 1 - 1
Cargo.lock

@@ -171,7 +171,7 @@ dependencies = [
 
 [[package]]
 name = "sync-it"
-version = "1.2.3"
+version = "1.3.0"
 dependencies = [
  "clap",
  "home",

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "sync-it"
-version = "1.2.3"
+version = "1.3.0"
 authors = ["Samuel W. Flint <swflint@flintfam.org>"]
 edition = "2018"
 

+ 2 - 2
flake.nix

@@ -17,11 +17,11 @@
 
           sync-it = pkgs.rustPlatform.buildRustPackage rec {
             name = "sync-it";
-            version = "1.2.3";
+            version = "1.3.0";
 
             src = ./.;
 
-            cargoSha256 = "UIf2Mul1aC/y9evSfNb0icjePdJfzTuRWJvO3OgAmXc=";
+            cargoSha256 = "sJD1YjjIRxDNKy0KOh6nTGT3um6ZIIqd0ACn6l1tjwA=";
 
             meta = with pkgs.stdenv.lib; {
               description = "A simple, customizable synchronization tool.";