Skip to content

Commit

Permalink
Rolls back the Cargo.toml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Aug 5, 2024
1 parent a893edc commit 564fe51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/garaga_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pyo3 = { version = "0.20", features = ["extension-module", "num-bigint"] }
pyo3 = { version = "0.15", features = ["extension-module", "num-bigint"] }
num-bigint = "0.4"
num-traits = "0.2"
sha2 = "0.10"
num-integer = "0.1"
lazy_static = "1.4"
ark-bn254 = "0.4"
ark-bls12-381 = "0.4"
ark-ff = "0.4"
Expand Down

0 comments on commit 564fe51

Please sign in to comment.