Browse Source

Update version

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

+ 1 - 1
Cargo.lock

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

+ 1 - 1
Cargo.toml

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

+ 1 - 1
flake.nix

@@ -21,7 +21,7 @@
 
             src = ./.;
 
-            cargoSha256 = "sJD1YjjIRxDNKy0KOh6nTGT3um6ZIIqd0ACn6l1tjwA=";
+            cargoSha256 = "q9r+qaLufPK8KNXBscfjJ++o/hgJ58bu9IyE/IaK9LM=";
 
             meta = with pkgs.stdenv.lib; {
               description = "A simple, customizable synchronization tool.";