From 6786e5da06ec4ab52f591336dcee0f6aa5ab0bce Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 16 Aug 2024 13:41:35 -0400 Subject: [PATCH] Release 0.2.1 Signed-off-by: Colin Walters --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4578ef5..9a8229f 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.2.0" +version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/containers/ocidir-rs"