From 75a867b708037b88178a2cbe7b6cf3ced44abf47 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Tue, 11 Jan 2022 09:59:32 +0000 Subject: [PATCH] cargo: libsystemd release 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77c7443..2310299 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsystemd" -version = "0.4.1" +version = "0.5.0" authors = ["Luca Bruno ", "Sebastian Wiesner "] license = "MIT/Apache-2.0" repository = "https://github.com/lucab/libsystemd-rs"