From 0e41f083b1d53b0f01c755c6a9f66692ac7df2cf Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Mon, 30 May 2022 18:27:55 +0200 Subject: [PATCH] isactive() correction --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 524ccc3..c61b1ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "systemctl" -version = "0.1.2" +version = "0.1.3" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "Small crate to interact with systemd units"