Skip to content

Commit

Permalink
fix: std requires alloc (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen authored Dec 20, 2023
1 parent 4eda108 commit 6686436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/starknet-types-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy_static = { version = "1.4.0", default-features = false, features = [
default = ["std", "serde", "curve"]
curve = []
hash = ["dep:lambdaworks-crypto"]
std = []
std = ["alloc"]
alloc = ["serde?/alloc"]
arbitrary = ["std", "dep:arbitrary"]

Expand Down

0 comments on commit 6686436

Please sign in to comment.