From 06fee4e22586ea32ff313bfc497b88f8c8f6829c Mon Sep 17 00:00:00 2001 From: gwbres Date: Fri, 1 Jul 2022 10:03:41 +0200 Subject: [PATCH] 0.1.7: environment variable --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef7460c..ebe4b39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "systemctl" -version = "0.1.6" +version = "0.1.7" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "Small crate to interact with systemd units"