From 75233b8f35a928c533fe76ad43528cbf7c984273 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 27 Apr 2026 14:52:52 -0400 Subject: [PATCH] Release 0.7.2 Signed-off-by: Colin Walters --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c845391..f0f9ac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ocidir" description = "A Rust library for reading and writing OCI (opencontainers) layout directories" -version = "0.7.1" +version = "0.7.2" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/containers/ocidir-rs"