From 60820bfffbcf95436d257141bdaef8a68b5ecf63 Mon Sep 17 00:00:00 2001 From: Jakob Naucke Date: Thu, 25 Feb 2021 11:22:47 +0100 Subject: [PATCH] release: v0.2.4 Bump version from 0.2.3 to 0.2.4 Signed-off-by: Jakob Naucke --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50ee8cb..e56b412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/kata-containers/cgroups-rs" keywords = ["linux", "cgroup", "containers", "isolation"] categories = ["os", "api-bindings", "os::unix-apis"] license = "MIT OR Apache-2.0" -version = "0.2.3" +version = "0.2.4" authors = ["The Kata Containers community ", "Levente Kurusa ", "Sam Wilson "] edition = "2018" homepage = "https://github.com/kata-containers/cgroups-rs"