Commit e02115a36b22
Changed files (3)
tools
github-notif-manager
tools/github-notif-manager/Cargo.lock
@@ -405,7 +405,7 @@ dependencies = [
[[package]]
name = "github-notif-manager"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"anyhow",
"chrono",
tools/github-notif-manager/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "github-notif-manager"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
[dependencies]
tools/github-notif-manager/default.nix
@@ -7,7 +7,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "github-notif-manager";
- version = "0.1.0";
+ version = "0.2.0";
src = lib.fileset.toSource {
root = ./.;