From 74b7bbfeabd9e807eb181b5a7703e3ddda79cd0c Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Fri, 30 Dec 2022 18:26:06 +0100 Subject: [PATCH] version 0.1.9 * improved ci: introduce coding style and associated verification * remove undesired traces when using this crate Signed-off-by: Guillaume W. Bres --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 227a61f..6dc393a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "systemctl" -version = "0.1.8" +version = "0.1.9" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "Small crate to interact with systemd units"