From 3a8fb87a4ff37db1d0c24289efb720f000173ff3 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Tue, 21 Apr 2020 08:59:00 +0000 Subject: [PATCH] cargo: libsystemd release 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 918db93..a64c6ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsystemd" -version = "0.2.0-alpha.0" +version = "0.2.0" authors = ["Luca Bruno "] license = "MIT/Apache-2.0" repository = "https://github.com/lucab/libsystemd-rs"