Skip to content

Commit d218294

Browse files
committed
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 <[email protected]>
1 parent a9f01fe commit d218294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ostree-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = "0.15.3"
1414
# semver here you must also bump our semver.
1515
containers-image-proxy = "0.7.0"
1616
# We re-export this library too.
17-
ostree = { features = ["v2025_2"], version = "0.20" }
17+
ostree = { features = ["v2025_2"], version = "0.20.0" }
1818

1919
# Private dependencies
2020
anyhow = { workspace = true }

0 commit comments

Comments
 (0)