Skip to content

Commit 1e2a2d6

Browse files
committed
Bump semver due to incompatible oci-spec change
And we now hard require >= 0.8.2.
1 parent 70e19b5 commit 1e2a2d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ license = "MIT OR Apache-2.0"
55
name = "containers-image-proxy"
66
readme = "README.md"
77
repository = "https://github.com/containers/containers-image-proxy-rs"
8-
version = "0.8.0"
8+
version = "0.9.0"
99
rust-version = "1.70.0"
1010

1111
[dependencies]
1212
futures-util = "0.3.13"
1313
# NOTE when bumping this in a semver-incompatible way, because we re-export it you
1414
# must also bump the semver of this project.
15-
oci-spec = "0.8.0"
15+
# See also https://github.com/youki-dev/oci-spec-rs/pull/288
16+
oci-spec = "0.8.2"
1617
rustix = { version = "1.0", features = ["process", "fs", "net"] }
1718
serde = { features = ["derive"], version = "1.0.125" }
1819
serde_json = "1.0.64"

0 commit comments

Comments
 (0)