Skip to content

Commit e90566a

Browse files
committed
Bump to oci-spec 0.8
In prep for bumping some APIs here. Just keeping up with the train, no specific immediate need.
1 parent 1ffeeca commit e90566a

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
@@ -5,15 +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.7.1"
8+
version = "0.8.0"
99
rust-version = "1.70.0"
1010

1111
[dependencies]
1212
fn-error-context = "0.2.0"
1313
futures-util = "0.3.13"
1414
# NOTE when bumping this in a semver-incompatible way, because we re-export it you
1515
# must also bump the semver of this project.
16-
oci-spec = "0.7.0"
16+
oci-spec = "0.8.0"
1717
rustix = { version = "1.0", features = ["process", "fs", "net"] }
1818
serde = { features = ["derive"], version = "1.0.125" }
1919
serde_json = "1.0.64"

0 commit comments

Comments
 (0)