Skip to content

Commit

Permalink
Update lambdaworks version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Jan 3, 2024
1 parent f894cbf commit 8eb0981
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/starknet-types-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ readme = "README.md"

[dependencies]
bitvec = { version = "1.0.1", default-features = false }
# FIXME: Update after release
lambdaworks-math = {git = "https://github.com/lambdaclass/lambdaworks.git", rev = "7b41a9998d79593286ccd32bca6a8b80fd8ec95d", default-features = false}
lambdaworks-math = { version = "0.4.0", default-features = false}

num-traits = { version = "0.2.16", default-features = false }
num-bigint = { version = "0.4.4", default-features = false }
Expand All @@ -25,8 +24,7 @@ lazy_static = { version = "1.4.0", default-features = false, features = [
# Optional
arbitrary = { version = "1.3.0", optional = true }
serde = { version = "1.0.163", optional = true, default-features = false, features = ["alloc"] }
# FIXME: Update after release
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", rev = "7b41a9998d79593286ccd32bca6a8b80fd8ec95d", default-features = false, optional = true }
lambdaworks-crypto = { version = "0.4.0", default-features = false, optional = true }
parity-scale-codec = { version = "3.2.2", default-features = false, optional = true }

[features]
Expand Down

0 comments on commit 8eb0981

Please sign in to comment.