Skip to content

Commit

Permalink
chore: Add itertools as backend & common members
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Feb 26, 2024
1 parent e892c86 commit 94fb307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions halo2_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ serde_derive = { version = "1", optional = true}
rayon = "1.8"
halo2_middleware = { path = "../halo2_middleware" }
halo2_common = { path = "../halo2_common" }
itertools = "0.12"

[dev-dependencies]
assert_matches = "1.5"
Expand Down
1 change: 1 addition & 0 deletions halo2_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
serde_derive = { version = "1", optional = true}
rayon = "1.8"
halo2_middleware = { path = "../halo2_middleware" }
itertools = "0.12"

# Legacy circuit compatibility
halo2_legacy_pdqsort = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit 94fb307

Please sign in to comment.