From 51fac6e6d931d3385b9eba4c324956f0d662666e Mon Sep 17 00:00:00 2001 From: Anastasia Lubennikova Date: Tue, 22 Aug 2023 17:21:04 +0300 Subject: [PATCH] Fix cargo deny check sources: add heapless repo to allow-git --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index cfb699bb21..cf7faa3232 100644 --- a/deny.toml +++ b/deny.toml @@ -80,7 +80,7 @@ skip-tree = [] unknown-registry = "warn" unknown-git = "warn" allow-registry = ["https://github.com/rust-lang/crates.io-index"] -allow-git = [] +allow-git = ["https://github.com/japaric/heapless.git"] [sources.allow-org] github = [