Skip to content

Commit 830a15f

Browse files
committed
ci: allow wallet abi dependency sources
1 parent 4cec62b commit 830a15f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

deny.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ allow = [
9393
"Apache-2.0 WITH LLVM-exception",
9494
"Apache-2.0",
9595
"CC0-1.0",
96+
"CDLA-Permissive-2.0",
9697
"ISC",
9798
"MIT",
9899
"MPL-2.0",
@@ -237,7 +238,10 @@ unknown-git = "warn"
237238
# if not specified. If it is specified but empty, no registries are allowed.
238239
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
239240
# List of URLs for allowed Git repositories
240-
allow-git = []
241+
allow-git = [
242+
"https://github.com/Blockstream/lwk",
243+
"https://github.com/BlockstreamResearch/rust-simplicity",
244+
]
241245

242246
[sources.allow-org]
243247
# github.com organizations to allow git sources for

0 commit comments

Comments
 (0)