From 3340211c6ec68639f1bc26a3aadbf64d202691a6 Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Wed, 29 Jun 2022 16:44:00 +0800 Subject: [PATCH] release: v0.2.10 Release version 0.2.10 Signed-off-by: Tim Zhang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59b7945..bd0ea08 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.9" +version = "0.2.10" authors = ["The Kata Containers community ", "Levente Kurusa ", "Sam Wilson "] edition = "2018" homepage = "https://github.com/kata-containers/cgroups-rs"