mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-03 19:53:40 +00:00
Merge pull request #58 from xxuejie/use_no_std_lazy_static
Configure lazy_static to use no_std setup
This commit is contained in:
commit
64b9d2476d
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ subtle = { version = "2.3", default-features = false }
|
||||||
blake2b_simd = { version = "1", optional = true, default-features = false }
|
blake2b_simd = { version = "1", optional = true, default-features = false }
|
||||||
|
|
||||||
# sqrt-table dependencies
|
# 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
|
# gpu dependencies
|
||||||
ec-gpu = { version = "0.2.0", optional = true }
|
ec-gpu = { version = "0.2.0", optional = true }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue