Compare commits

...

1 Commits

Author SHA1 Message Date
b69af94e5a Bump version to v0.0.8 2023-08-17 19:01:17 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "runwhen"
version = "0.0.7"
version = "0.0.8"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
description = "Runs a command on user specified triggers."
repository = "https://github.com/zaphar/runwhen"

View File

@ -19,7 +19,7 @@
inherit flake-compat;
defaultPackage = naersk-lib.buildPackage rec {
pname = "runwhen";
version = "0.0.6";
version = "0.0.8";
src = ./.;
cargoBuildOptions = opts: opts ++ ["-p" "${pname}" ];
};