From ff235a75f3ae1712be58efe8187c0bd53c76abb3 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Fri, 9 Feb 2024 21:39:17 +0000 Subject: [PATCH] rustc_hash isn't needed in agb itself any more --- agb/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 52419f1f..a2487309 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -21,7 +21,6 @@ agb_fixnum = { version = "0.18.1", path = "../agb-fixnum" } agb_hashmap = { version = "0.18.1", path = "../agb-hashmap" } bare-metal = "1" bilge = "0.2" -rustc-hash = { version = "1", default-features = false } [package.metadata.docs.rs] default-target = "thumbv4t-none-eabi"