From b5e0706d6a9f2bfc2c861fe9826942547f6874fd Mon Sep 17 00:00:00 2001 From: Levente Kurusa Date: Sun, 23 Dec 2018 16:24:51 +0100 Subject: [PATCH] (cargo-release) start next development iteration 0.1.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75657dd..5043cbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/levex/cgroups-rs" keywords = ["linux", "cgroup", "containers", "isolation"] categories = ["os", "api-bindings", "os::unix-apis"] license = "MIT OR Apache-2.0" -version = "0.1.0" +version = "0.1.1-alpha.0" authors = ["Levente Kurusa ", "Sam Wilson "] [dependencies]