Skip to content

Commit 61cd698

Browse files
committed
Allow git dependency in cargo-deny
1 parent a251e9d commit 61cd698

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ unknown-git = "deny"
5252
allow-registry = [
5353
"https://github.com/rust-lang/crates.io-index"
5454
]
55-
allow-git = []
55+
allow-git = [
56+
"https://github.com/whamcloud/client_rust.git"
57+
]

0 commit comments

Comments
 (0)