Merge pull request #58 from xxuejie/use_no_std_lazy_static

Configure lazy_static to use no_std setup
This commit is contained in:
str4d 2023-03-02 16:44:49 +00:00 committed by GitHub
commit 64b9d2476d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,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 }