From fffa836b6bf4c730a4ea75a9be52d5ba9363c1dc Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Wed, 19 Jul 2023 22:16:51 +0200 Subject: [PATCH] v0.2.0 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 9363e99..3b53385 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "systemctl" -version = "0.1.9" +version = "0.2.0" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "Small crate to interact with systemd units"