From 363fa7bdbf29450fd17e0669cb7d31f0af834d49 Mon Sep 17 00:00:00 2001 From: Levente Kurusa Date: Mon, 3 Sep 2018 11:09:37 +0200 Subject: [PATCH] Cargo: Up version to v0.0.2 Signed-off-by: Levente Kurusa --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f858261..082c50a 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.0.1" +version = "0.0.2" authors = ["Levente Kurusa "] [dependencies]