From 0bc1b9821b324c97d147baaddfdc021986887779 Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Thu, 11 Nov 2021 11:25:28 +0800 Subject: [PATCH] release: v0.2.7 Bump version from 0.2.6 to 0.2.7 Signed-off-by: Tim Zhang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdb9d40..b0e7e5d 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.6" +version = "0.2.7" authors = ["The Kata Containers community ", "Levente Kurusa ", "Sam Wilson "] edition = "2018" homepage = "https://github.com/kata-containers/cgroups-rs"