From 98b4de12dfa1f864fa00114cb1d2ce2827eaf892 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 16 Oct 2022 18:50:55 +0100 Subject: [PATCH] Remove sparse registry option from hyperspace roll --- examples/hyperspace-roll/.cargo/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hyperspace-roll/.cargo/config.toml b/examples/hyperspace-roll/.cargo/config.toml index cb5acfc0..b3276236 100644 --- a/examples/hyperspace-roll/.cargo/config.toml +++ b/examples/hyperspace-roll/.cargo/config.toml @@ -1,7 +1,6 @@ [unstable] build-std = ["core", "alloc"] build-std-features = ["compiler-builtins-mem"] -sparse-registry = true [build] target = "thumbv4t-none-eabi"