Skip to content

Commit 5bbaae5

Browse files
committed
update deps
1 parent 03cca3b commit 5bbaae5

3 files changed

Lines changed: 18 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/leansig_wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ leansig.workspace = true
1111
leansig_fast_keygen.workspace = true
1212
backend.workspace = true
1313
rand.workspace = true
14-
p3-field = { git = "https://github.com/Plonky3/Plonky3.git", rev = "b4dcde46" }
14+
p3-field = { git = "https://github.com/Plonky3/Plonky3.git" }
1515
ssz = { package = "ethereum_ssz", version = "0.10.0" }
1616

1717
[features]

crates/leansig_wrapper/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use std::array;
2-
32
use backend::{KoalaBear, integers::QuotientMap};
43
use leansig::{
54
inc_encoding::target_sum::TargetSumEncoding,

0 commit comments

Comments
 (0)