From ec48f0216b9c2f86632624c50075c8414ba8cc4c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 10 Apr 2026 17:01:00 -0400 Subject: [PATCH] Release 5.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef4848a..3578d8c 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 = "5.1.1" +version = "5.1.2" [dependencies] cap-tempfile = "4"