Skip to content

Commit 4708643

Browse files
committed
ostree-ext: update ostree rust bindings and use new feature
1 parent 5ed53c3 commit 4708643

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ostree-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.15.3"
1111
[dependencies]
1212
containers-image-proxy = "0.8.0"
1313
# We re-export this library too.
14-
ostree = { features = ["v2025_2"], version = "0.20" }
14+
ostree = { features = ["v2025_3"], version = "0.20" }
1515

1616
# Private dependencies
1717
anyhow = { workspace = true }

0 commit comments

Comments
 (0)