From a7be9e1b03e469e87c7c05a9defdb17c94a83a16 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 4 Dec 2023 12:38:43 -0500 Subject: [PATCH] Release 3.0.1 This just has the cap-primitives reexport. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95aa156..08fb388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "cap-std-ext" readme = "README.md" repository = "https://github.com/coreos/cap-std-ext" # For historical reasons, the major version number is one greater than the cap-std major. -version = "3.0.0" +version = "3.0.1" [dependencies] cap-tempfile = "2"