Skip to content

Commit

Permalink
lib: Track ostree-ext git
Browse files Browse the repository at this point in the history
This will help ensure we're testing what's there before release,
in particular ostreedev/ostree-rs-ext#569
  • Loading branch information
cgwalters committed Dec 1, 2023
1 parent e626cad commit cc3e365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit cc3e365

Please sign in to comment.