Skip to content

Commit

Permalink
Update lambdaworks version
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Sep 16, 2024
1 parent 7062d13 commit e89613a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions crates/starknet-types-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Core types representation for Starknet"
readme = "README.md"

[dependencies]
lambdaworks-math = { version = "0.7.0", default-features = false }
lambdaworks-math = { version = "0.10.0", default-features = false }
num-traits = { version = "0.2.18", default-features = false }
num-bigint = { version = "0.4.4", default-features = false }
num-integer = { version = "0.1.45", default-features = false }
Expand All @@ -21,7 +21,7 @@ arbitrary = { version = "1.3.2", optional = true }
serde = { version = "1.0.197", optional = true, default-features = false, features = [
"alloc",
] }
lambdaworks-crypto = { version = "0.7.0", default-features = false, optional = true }
lambdaworks-crypto = { version = "0.10.0", default-features = false, optional = true }
parity-scale-codec = { version = "3.6.9", default-features = false, optional = true }
lazy_static = { version = "1.4.0", default-features = false, optional = true }

Expand Down Expand Up @@ -57,4 +57,3 @@ lazy_static = { version = "1.4.0", default-features = false }
[[bench]]
name = "criterion_hashes"
harness = false

2 changes: 1 addition & 1 deletion fuzz/felt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ starknet-types-core = { path = "../../crates/starknet-types-core", default-featu
libfuzzer-sys.workspace = true
num-bigint = "0.4.4"
num-traits = "0.2.18"
lambdaworks-math = { version = "0.7.0", default-features = false }
lambdaworks-math = { version = "0.10.0", default-features = false }

[[bin]]
name = "add_sub_fuzzer"
Expand Down

0 comments on commit e89613a

Please sign in to comment.