From e9707332e6fa0ff4ddb579cbd465a43ca1f74a9f Mon Sep 17 00:00:00 2001 From: Pragyan Poudyal Date: Thu, 21 May 2026 10:13:15 +0530 Subject: [PATCH] Update version to 0.10.1 - Transport enum updates to be able to parse bare Transport without `:` Signed-off-by: Pragyan Poudyal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1e1829..7300a94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "containers-image-proxy" readme = "README.md" repository = "https://github.com/containers/containers-image-proxy-rs" -version = "0.10.0" +version = "0.10.1" rust-version = "1.70.0" [dependencies]