Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Owliie committed Nov 3, 2023
1 parent 0eb4042 commit 2ca7c33
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 104 deletions.
114 changes: 58 additions & 56 deletions casper-finality-proofs/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 casper-finality-proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ path = "src/test_engine/bin/main.rs"

[dependencies]
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", default-features = false }
plonky2x = { git = "https://github.com/succinctlabs/succinctx.git", rev = "fa77412f0716468b30050b8b12835b15305b0007" }
curta = { git = "https://github.com/succinctlabs/curta.git", rev = "8f6026a115eeec5e148ccdf2e2b2c724c41629fd" }
plonky2x = { git = "https://github.com/succinctlabs/succinctx.git", branch = "main" }
curta = { git = "https://github.com/succinctlabs/curta.git", branch = "main" }
serde = { version = "1.0.187", features = ["derive"] }
serde_json = "1.0.103"
serde_derive = "1.0.188"
Expand Down
3 changes: 0 additions & 3 deletions casper-finality-proofs/src/test_engine/types/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
pub mod test_data;
pub mod test_hash_data;
pub mod test_lte_data;
9 changes: 0 additions & 9 deletions casper-finality-proofs/src/test_engine/types/test_data.rs

This file was deleted.

Loading

0 comments on commit 2ca7c33

Please sign in to comment.