Skip to content

Commit

Permalink
update dalek
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Feb 20, 2024
1 parent 6401cdc commit ea8e84a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions plonky2x/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ ci = []

[dependencies]
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", default-features = false, rev = "d2598bd" }
starkyx = { git = "https://github.com/succinctlabs/starkyx.git" }
starkyx = { git = "https://github.com/succinctlabs/starkyx.git", branch = "ratan/update-dalek" }
plonky2x-derive = { path = "../derive" }

num = { version = "0.4", default-features = false }
sha2 = "0.10.7"
curve25519-dalek = "=4.0.0"
curve25519-dalek = "=4.1.0"
ff = { package = "ff", version = "0.13", features = ["derive"] }
ethers = { version = "2.0" }
hex = "0.4.3"
Expand Down

0 comments on commit ea8e84a

Please sign in to comment.