From 8a82ad0ac291a981c26a5ce9cf46541787342f7f Mon Sep 17 00:00:00 2001 From: Xuewei Niu Date: Thu, 3 Aug 2023 14:59:01 +0800 Subject: [PATCH] release: v0.3.3 The included patches are - 89edba0f85ef85d47a334a3183aac870c93d8c94: gha: Bump Rust version to 1.69.0 - 66a93b1c3da9f7a06cee254d6a2ac79e739419ac: devices: Throw an error if device resources are invalid - 55505e0b3e5b5b9ff222fdbbd5f876fb1386e31e: Minor changes for cgroup and devices subsystem - 0b6b229a389e9a43437ee8f0fc906a5d514cb5c2: add .path() method Signed-off-by: Xuewei Niu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8686db8..dfa8a81 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.3.2" +version = "0.3.3" authors = ["The Kata Containers community ", "Levente Kurusa ", "Sam Wilson "] edition = "2018" homepage = "https://github.com/kata-containers/cgroups-rs"