Skip to content

Commit a853e9b

Browse files
committed
lib: Track ostree-ext git
This will help ensure we're testing what's there before release, in particular ostreedev/ostree-rs-ext#569 Signed-off-by: Colin Walters <[email protected]>
1 parent e626cad commit a853e9b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

deny.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause",
66
# We want to require FIPS validation downstream, so we use openssl
77
name = "ring"
88

9+
910
[sources]
1011
unknown-registry = "deny"
1112
unknown-git = "deny"
12-
allow-git = []
13+
allow-git = [
14+
"https://github.com/ostreedev/ostree-rs-ext"
15+
]

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anstream = "0.6.4"
1515
anstyle = "1.0.4"
1616
anyhow = "1.0"
1717
camino = { version = "1.0.4", features = ["serde1"] }
18-
ostree-ext = "0.12"
18+
ostree-ext = { version = "0.12", git = "https://github.com/ostreedev/ostree-rs-ext/"}
1919
chrono = { version = "0.4.23", features = ["serde"] }
2020
clap = { version= "4.2", features = ["derive"] }
2121
clap_mangen = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)