From 3961c4b0dd23fe66178a2f87204a8402c089548c Mon Sep 17 00:00:00 2001 From: Xuewei Niu Date: Tue, 14 Jul 2026 04:50:18 -0500 Subject: [PATCH] release: v0.5.1 Changes since v0.5.0: * 7cd1cda Fix race condition in create_v2_cgroup * 0d10296 ci: bump Rust toolchain to 1.90.0 * a32f96e build: Bump oci-spec to 0.10.0 * 3eeab4e docs: improve README formatting and badges Signed-off-by: Xuewei Niu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ed8e6f..64cd1b5 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.5.0" +version = "0.5.1" authors = ["The Kata Containers community ", "Levente Kurusa ", "Sam Wilson "] edition = "2018" homepage = "https://github.com/kata-containers/cgroups-rs"