We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb31114 + 4e5eb1c commit 21b2e82Copy full SHA for 21b2e82
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ocidir"
3
description = "A Rust library for reading and writing OCI (opencontainers) layout directories"
4
-version = "0.3.1"
+version = "0.4.0"
5
edition = "2021"
6
license = "MIT OR Apache-2.0"
7
repository = "https://github.com/containers/ocidir-rs"
@@ -18,7 +18,7 @@ serde = { features = ["derive"], version = "1.0.125" }
18
serde_json = "1.0.64"
19
tar = "0.4.38"
20
thiserror = "2"
21
-oci-spec = "0.7.0"
+oci-spec = "0.8.0"
22
zstd = { version = "0.13.2", optional = true }
23
canon-json = "0.2.0"
24
0 commit comments