Skip to content

Commit

Permalink
build!: upgrade arkworks to version 0.5.0 (#46)
Browse files Browse the repository at this point in the history
build: upgrade arkworks to version 0.5.0
  • Loading branch information
jacobtrombetta authored Oct 31, 2024
1 parent a2bb3c4 commit 9039143
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ exclude = [
documentation = "https://docs.rs/blitzar"

[dependencies]
ark-bls12-381 = { version = "0.4.0" }
ark-bn254 = { version = "0.4.0" }
ark-ec = { version = "0.4.0" }
ark-ff = { version = "0.4.0" }
ark-serialize = { version = "0.4.2" }
ark-std = { version = "0.4.0" }
ark-bls12-381 = { version = "0.5.0" }
ark-bn254 = { version = "0.5.0" }
ark-ec = { version = "0.5.0" }
ark-ff = { version = "0.5.0" }
ark-serialize = { version = "0.5.0" }
ark-std = { version = "0.5.0" }
rayon = { version = "1.5" }
blitzar-sys = { version = "1.81.0" }
curve25519-dalek = { version = "4", features = ["serde"] }
Expand Down

0 comments on commit 9039143

Please sign in to comment.