Browse Source

Update version

Samuel W. Flint 1 year ago
parent
commit
2d5fd087bd
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

@@ -185,7 +185,7 @@ dependencies = [
 
 [[package]]
 name = "sync-it"
-version = "2.0.3"
+version = "2.1.0"
 dependencies = [
  "clap",
  "clap_complete",

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "sync-it"
-version = "2.0.3"
+version = "2.1.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 = "2.0.3";
+            version = "2.1.0";
 
             src = ./.;
 
-            cargoSha256 = "OHypC/H2I5nlrS331bsmnO09HwT8hicv1A31hCf9l1c=";
+            cargoSha256 = "RKuq0bhyw1kcBEn7c8QF5XcUcgOtwnolmvZEcxrcbzA=";
 
             meta = {
               description = "A simple, customizable synchronization tool.";