From 722dba179906de5b7819db6cf6d8c9c6286c0f4e Mon Sep 17 00:00:00 2001 From: Jake Hughes Date: Wed, 18 Dec 2024 09:39:23 +0000 Subject: [PATCH] Skip `alloy_hashbrown` `This repo is a dependency for `alloy` (a fork of rustc) which must be pinned to a specific version. We also already skip `alloy` anyway. --- audit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/audit.py b/audit.py index b56e592..4c689c3 100644 --- a/audit.py +++ b/audit.py @@ -30,6 +30,7 @@ ("softdevteam", "rustgc_paper"), ("softdevteam", "rustgc_paper_experiment"), ("softdevteam", "alloy"), + ("softdevteam", "alloy_hashbrown"), # ykllvm contains rust files and thus gets categorised as a rust repo. ("ykjit", "ykllvm"), # unmaintained repos.