Skip to content

Commit

Permalink
use lazy_static spin_no_std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Dec 15, 2023
1 parent 8242410 commit ea4166a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/starknet-types-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ arbitrary = { version = "1.3.0", optional = true, default-features = false }
num-traits = { version = "0.2.16", default-features = false }
num-bigint = {version = "0.4.4", default-features = false}
num-integer = {version = "0.1.45", default-features = false}
lazy_static = { version = "1.4.0", default-features = false }
lazy_static = { version = "1.4.0", default-features = false, features = [
"spin_no_std",
] }

[features]
default = ["std", "serde", "curve"]
Expand Down

0 comments on commit ea4166a

Please sign in to comment.