Skip to content

Commit

Permalink
chore: choose powdr binary-mux2 (0xEigenLabs#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
captainlee1024 committed May 20, 2024
1 parent cf405b2 commit 0da8cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions recursion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ starky = { path = "../starky", default-features = false }
plonky = { path = "../plonky", default-features = false }
algebraic = { path = "../algebraic", default-features = false }

powdr = { git = "https://github.com/eigmax/powdr", branch = "feature-starky-avx512", default-features = false }
powdr-ast = { git = "https://github.com/eigmax/powdr", branch = "feature-starky-avx512", default-features = false }
powdr-pil-analyzer = { git = "https://github.com/eigmax/powdr", branch = "feature-starky-avx512", default-features = false }
powdr = { git = "https://github.com/0xEigenLabs/powdr", branch = "binary-mux2", default-features = false }
powdr-ast = { git = "https://github.com/0xEigenLabs/powdr", branch = "binary-mux2", default-features = false }
powdr-pil-analyzer = { git = "https://github.com/0xEigenLabs/powdr", branch = "binary-mux2", default-features = false }

[dev-dependencies]
env_logger = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion zkvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ itertools = "0.12.0"
# serialization
log = "0.4.0"

powdr = { git = "https://github.com/eigmax/powdr", branch = "feature-starky-avx512", default-features = false }
powdr = { git = "https://github.com/0xEigenLabs/powdr", branch = "binary-mux2", default-features = false }
starky = { path = "../starky" }
recursion = { path = "../recursion" }

Expand Down

0 comments on commit 0da8cf2

Please sign in to comment.