Skip to content

Commit

Permalink
chore: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Feb 20, 2024
1 parent ea8e84a commit 1db2b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion plonky2x/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ci = []

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

num = { version = "0.4", default-features = false }
Expand Down

0 comments on commit 1db2b6f

Please sign in to comment.