From d2182943d82bbb89e8e034ad03b2764d85a556a6 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Wed, 11 Jun 2025 23:38:18 -0400 Subject: [PATCH] ostree-ext: specify zeroed patch version for ostree This was changed previously in #1328, this reverts to the old format. Signed-off-by: John Eckersberg --- ostree-ext/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }