From bfa0e5da8d23245ff312f5c7329fd8f098466686 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Mon, 30 Dec 2024 13:59:17 +0000 Subject: [PATCH] Add `phf_shared` to ignored unmaintained dependencies --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 41735e87..45c58db5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,5 +38,6 @@ ignore = [ "icu_locid_transform_data", "num_cpus", "paste", + "phf_shared", "solang-parser", ]