diff --git a/Cargo.toml b/Cargo.toml index a9b7bf7..b9c9f21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "systemd-run" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "A Rust crate for running processes as Systemd transient services." repository = "https://github.com/xdu-icpc/rust-systemd-run"