# HG changeset patch # User Martin Habovstiak # Date 1740780959 -3600 # Node ID 85b0f4a7303d3727b36c46eb89bf8384941040c3 # Parent 0feab4f4c2cec4c30e326d415352f63cb923cced Release version 0.1.3 diff -r 0feab4f4c2ce -r 85b0f4a7303d Cargo.toml --- a/Cargo.toml Fri Feb 28 23:10:11 2025 +0100 +++ b/Cargo.toml Fri Feb 28 23:15:59 2025 +0100 @@ -1,6 +1,6 @@ [package] name = "systemd_socket" -version = "0.1.2" +version = "0.1.3" authors = ["Martin Habovstiak "] description = "A convenience crate for optionally supporting systemd socket activation." homepage = "https://github.com/Kixunil/systemd_socket"