diff --git a/Cargo.lock b/Cargo.lock index c1f9b58..268168d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1025,7 +1025,7 @@ dependencies = [ [[package]] name = "systemd-fail-notifications" -version = "0.2.11" +version = "0.2.12" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2ca7724..2c2bf25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "systemd-fail-notifications" -version = "0.2.11" +version = "0.2.12" authors = ["localthomas"] license = "MIT OR Apache-2.0" repository = "https://github.com/localthomas/systemd-fail-notifications" diff --git a/changelogs/v0.2.12.md b/changelogs/v0.2.12.md new file mode 100644 index 0000000..0d64680 --- /dev/null +++ b/changelogs/v0.2.12.md @@ -0,0 +1,2 @@ +Dependency `rustix` updated to version 0.37.25. +No changes in functionality.