Configure lazy_static to use no_std setup

This commit is contained in:
Xuejie Xiao 2023-01-11 07:08:59 +00:00
parent 4c94f3974e
commit 2ec5d9a9a3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ subtle = { version = "2.3", default-features = false }
blake2b_simd = { version = "1", optional = true, default-features = false }
# sqrt-table dependencies
lazy_static = { version = "1.4.0", optional = true }
lazy_static = { version = "1.4.0", optional = true, features = ["spin_no_std"] }
# gpu dependencies
ec-gpu = { version = "0.2.0", optional = true }