diff --git a/ostree-ext/Cargo.toml b/ostree-ext/Cargo.toml index e61eb8b24..b5e3bf1ab 100644 --- a/ostree-ext/Cargo.toml +++ b/ostree-ext/Cargo.toml @@ -14,7 +14,7 @@ version = "0.15.3" # semver here you must also bump our semver. containers-image-proxy = "0.7.0" # We re-export this library too. -ostree = { features = ["v2025_2"], version = "0.20" } +ostree = { features = ["v2025_2"], version = "0.20.0" } # Private dependencies anyhow = { workspace = true }