Skip to content

Commit

Permalink
prepare 0.14 release (WIP) (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime authored Oct 30, 2024
1 parent bd82808 commit 65a2fad
Show file tree
Hide file tree
Showing 6 changed files with 2,939 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"sympy",
"typer",
"python-dotenv",
"starknet-py-unbroken==0.24.5"
"starknet-py==0.24.2"
]
description = "State-of-the-art Elliptic Curve operations and SNARKS verification for Cairo & Starknet 🐺."

Expand Down
8 changes: 8 additions & 0 deletions tools/garaga_rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tools/garaga_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ ark-bn254 = "0.4"
ark-bls12-381 = "0.4"
ark-ec = "0.4"
ark-ff = "0.4"
hex = "0.4"
sha2 = "0.10"

lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git" }
lambdaworks-math = { git = "https://github.com/lambdaclass/lambdaworks.git" }
Loading

0 comments on commit 65a2fad

Please sign in to comment.