Skip to content

Commit 21b2e82

Browse files
authored
Merge pull request #41 from containers/release
Bump oci-spec and our semver
2 parents bb31114 + 4e5eb1c commit 21b2e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ocidir"
33
description = "A Rust library for reading and writing OCI (opencontainers) layout directories"
4-
version = "0.3.1"
4+
version = "0.4.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/containers/ocidir-rs"
@@ -18,7 +18,7 @@ serde = { features = ["derive"], version = "1.0.125" }
1818
serde_json = "1.0.64"
1919
tar = "0.4.38"
2020
thiserror = "2"
21-
oci-spec = "0.7.0"
21+
oci-spec = "0.8.0"
2222
zstd = { version = "0.13.2", optional = true }
2323
canon-json = "0.2.0"
2424

0 commit comments

Comments
 (0)