From 0b2a0405e29f6124ff9d67ffef8033f0e7605c27 Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Wed, 24 Mar 2021 14:37:19 +0800 Subject: [PATCH] release: v0.2.5 Bump version to 0.2.5 Signed-off-by: Tim Zhang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e56b412..86d211b 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.4" +version = "0.2.5" authors = ["The Kata Containers community ", "Levente Kurusa ", "Sam Wilson "] edition = "2018" homepage = "https://github.com/kata-containers/cgroups-rs"