Skip to content

Commit

Permalink
chore: rm dalek lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Feb 21, 2024
1 parent df2ef8b commit 4e151da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
20 changes: 5 additions & 15 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/rm-dalek-lock" }
plonky2x-derive = { path = "../derive" }

num = { version = "0.4", default-features = false }
sha2 = "0.10.7"
curve25519-dalek = "=4.1.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 4e151da

Please sign in to comment.