mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Configure lazy_static to use no_std setup
This commit is contained in:
parent
4c94f3974e
commit
2ec5d9a9a3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,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