From 0e920fc0cfb70c3870289a073f1257f0043a64c8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 25 Mar 2024 09:35:41 -0400 Subject: [PATCH] Release 4.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a80283..2be2c8a 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 = "4.0.0" +version = "4.0.1" [dependencies] cap-tempfile = "3"