diff --git a/Cargo.toml b/Cargo.toml index a24b24c..73d2452 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runwhen" -version = "0.0.5" +version = "0.0.6" authors = ["Jeremy Wall "] description = "Runs a command on user specified triggers." repository = "https://github.com/zaphar/runwhen" @@ -14,4 +14,4 @@ notify = "4.0.17" [dependencies.clap] version = "3.2.17" -features = [ "cargo" ] \ No newline at end of file +features = [ "cargo" ] diff --git a/flake.nix b/flake.nix index b8c3ec9..71fd477 100644 --- a/flake.nix +++ b/flake.nix @@ -26,9 +26,9 @@ defaultPackage = with pkgs; naersk-lib.buildPackage rec { pname = "runwhen"; - version = "0.0.4"; + version = "0.0.6"; src = ./.; cargoBuildOptions = opts: opts ++ ["-p" "${pname}" ]; }; }); -} \ No newline at end of file +}