1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

lib: Track ostree-ext git

This will help ensure we're testing what's there before release,
in particular https://github.com/ostreedev/ostree-rs-ext/pull/569

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2023-12-01 16:38:13 -05:00
parent e626cad71c
commit a853e9b8cb
2 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,10 @@ allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause",
# We want to require FIPS validation downstream, so we use openssl
name = "ring"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = []
allow-git = [
"https://github.com/ostreedev/ostree-rs-ext"
]

View File

@@ -15,7 +15,7 @@ anstream = "0.6.4"
anstyle = "1.0.4"
anyhow = "1.0"
camino = { version = "1.0.4", features = ["serde1"] }
ostree-ext = "0.12"
ostree-ext = { version = "0.12", git = "https://github.com/ostreedev/ostree-rs-ext/"}
chrono = { version = "0.4.23", features = ["serde"] }
clap = { version= "4.2", features = ["derive"] }
clap_mangen = { version = "0.2", optional = true }