From fc918ea68d536fa9f219e7b4decdae1f561c9886 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sat, 14 Sep 2024 23:09:18 -0500 Subject: Fix ICE. --- crates/utils/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/utils/Cargo.toml') diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index a03aeac..768287c 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -5,3 +5,4 @@ edition = "2021" publish = false [dependencies] +spin = { version = "0.9.8", default-features = false, features = ["lazy"] } -- cgit v1.2.3