diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-14 23:09:18 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-14 23:09:18 -0500 |
commit | fc918ea68d536fa9f219e7b4decdae1f561c9886 (patch) | |
tree | e5e57ee80050e6fe59cee5838419a4cac47d5660 /crates/utils/Cargo.toml | |
parent | 22231ec036268ca2adb1f0b0feed0a91ea68728f (diff) |
Fix ICE.
Diffstat (limited to 'crates/utils/Cargo.toml')
-rw-r--r-- | crates/utils/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] } |