Skip to content

Commit

Permalink
Remove unused dependencies (Plonky3#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed Nov 23, 2023
1 parent 571d3e1 commit cf60ab3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion field/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
p3-maybe-rayon = { path = "../maybe-rayon" }
p3-util = { path = "../util" }

itertools = "0.12.0"
Expand Down
1 change: 0 additions & 1 deletion keccak-air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ tracing = "0.1.37"

[dev-dependencies]
p3-baby-bear = { path = "../baby-bear" }
p3-blake3 = { path = "../blake3" }
p3-challenger = { path = "../challenger" }
p3-commit = { path = "../commit" }
p3-dft = { path = "../dft" }
Expand Down
2 changes: 0 additions & 2 deletions ldt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ tracing = "0.1.37"

[dev-dependencies]
p3-baby-bear = { path = "../baby-bear" }
p3-mds = { path = "../mds" }
p3-poseidon2 = { path = "../poseidon2" }
p3-symmetric = { path = "../symmetric" }
p3-merkle-tree = { path = "../merkle-tree" }
p3-blake3 = { path = "../blake3" }
Expand Down
6 changes: 0 additions & 6 deletions multi-stark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,5 @@ p3-maybe-rayon = { path = "../maybe-rayon" }
p3-util = { path = "../util" }

[dev-dependencies]
p3-fri = { path = "../fri" }
p3-ldt = { path = "../ldt" }
p3-merkle-tree = { path = "../merkle-tree" }
p3-mersenne-31 = { path = "../mersenne-31" }
p3-poseidon = { path = "../poseidon" }
p3-symmetric = { path = "../symmetric" }
p3-tensor-pcs = { path = "../tensor-pcs" }
rand = "0.8.5"
1 change: 0 additions & 1 deletion tensor-pcs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
p3-brakedown = { path = "../brakedown" }
p3-challenger = { path = "../challenger" }
p3-code = { path = "../code" }
p3-commit = { path = "../commit" }
Expand Down
2 changes: 0 additions & 2 deletions uni-stark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ tracing = "0.1.37"

[dev-dependencies]
p3-baby-bear = { path = "../baby-bear" }
p3-blake3 = { path = "../blake3" }
p3-fri = { path = "../fri" }
p3-ldt = { path = "../ldt" }
p3-mds = { path = "../mds" }
p3-merkle-tree = { path = "../merkle-tree" }
p3-goldilocks = { path = "../goldilocks" }
p3-keccak = { path = "../keccak" }
p3-mersenne-31 = { path = "../mersenne-31" }
p3-poseidon2 = { path = "../poseidon2" }
p3-symmetric = { path = "../symmetric" }
Expand Down

0 comments on commit cf60ab3

Please sign in to comment.