Skip to content

Commit

Permalink
unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Jan 29, 2025
1 parent 8be3338 commit 530238e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ rust-kzg-bn254-primitives = { path = "../primitives", version = "0.1.0" }
ark-bn254 = "0.5.0"
ark-ec = { version = "0.5.0", features = ["parallel"] }
ark-ff = { version = "0.5.0", features = ["parallel"] }
ark-serialize = "0.5.0"
ark-std = { version = "0.5.0", features = ["parallel"] }
ark-poly = { version = "0.5.0", features = ["parallel"] }
num-traits = "0.2"
Expand All @@ -28,8 +27,6 @@ num_cpus = "1.16.0"
rand = "0.8.5"
criterion = "0.5.1"
lazy_static = "1.5.0"
tracing = { version = "0.1.41", features = ["log"] }
tracing-subscriber = "0.3.19"

[[test]]
name = "kzg"
Expand Down
2 changes: 0 additions & 2 deletions verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ ark-serialize = "0.5.0"
rand = "0.8.5"
criterion = "0.5"
lazy_static = "1.5"
tracing = { version = "0.1.41", features = ["log"] }
tracing-subscriber = "0.3.19"
ark-std = { version = "0.5.0", features = ["parallel"] }
rust-kzg-bn254-prover = { path = "../prover", version = "0.1.0" }

Expand Down

0 comments on commit 530238e

Please sign in to comment.