# HG changeset patch # User Martin Habovstiak # Date 1720876472 -7200 # Node ID 729392c49b463b22134ee4642b63525b90edffa8 # Parent f33e2c048104811d94f102739ca4fb49e94fb879 Release version 0.1.2 diff -r f33e2c048104 -r 729392c49b46 Cargo.toml --- a/Cargo.toml Sat Jul 13 15:13:21 2024 +0200 +++ b/Cargo.toml Sat Jul 13 15:14:32 2024 +0200 @@ -1,6 +1,6 @@ [package] name = "systemd_socket" -version = "0.1.1" +version = "0.1.2" authors = ["Martin Habovstiak "] description = "A convenience crate for optionally supporting systemd socket activation." homepage = "https://github.com/Kixunil/systemd_socket"