From 36304e4952e8812612411893f0106d8de30a2956 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 20 Oct 2022 15:53:39 +0200 Subject: [PATCH] Allow TheDan64 github repo in cargo deny config file, last chance --- deny.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 2cd08886cba..0358e6a9259 100644 --- a/deny.toml +++ b/deny.toml @@ -205,5 +205,10 @@ allow-registry = ["https://github.com/rust-lang/crates.io-index"] # List of URLs for allowed Git repositories allow-git = [] -#[sources.allow-org] -allow-git = ["https://github.com/TheDan64/inkwell.git"] +[sources.allow-org] +# 1 or more github.com organizations to allow git sources for +github = ["TheDan64"] +# 1 or more gitlab.com organizations to allow git sources for +#gitlab = [""] +# 1 or more bitbucket.org organizations to allow git sources for +#bitbucket = [""]