ci: allow specific git sources

This commit is contained in:
librelois 2021-04-25 19:41:37 +02:00
parent c11282d27c
commit 1c234138f8
1 changed files with 2 additions and 1 deletions

View File

@ -50,5 +50,6 @@ unknown-registry = "deny"
unknown-git = "deny"
allow-git = [
"https://git.duniter.org/libs/dubp-rs-client-lib",
"https://git.duniter.org/nodes/typescript/duniter"
"https://git.duniter.org/nodes/rust/modules/duniter-gva",
"https://github.com/librelois/fast-threadpool"
]