Skip to content

Commit

Permalink
feat: enable num-traits feature for Felt (xJonathanLEI#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Jun 20, 2024
1 parent 34c7f5b commit 71b1911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_json = { version = "1.0.96", default-features = false, features = ["alloc"
serde_json_pythonic = { version = "0.1.2", default-features = false, features = ["alloc", "raw_value"] }
serde_with = { version = "2.3.2", default-features = false, features = ["alloc", "macros"] }
sha3 = { version = "0.10.7", default-features = false }
starknet-types-core = { version = "0.1.3", default-features = false, features = ["curve", "serde"] }
starknet-types-core = { version = "0.1.3", default-features = false, features = ["curve", "serde", "num-traits"] }

[dev-dependencies]
criterion = { version = "0.4.0", default-features = false }
Expand Down

0 comments on commit 71b1911

Please sign in to comment.