Merge pull request #556 from powdr-labs/default_is_all

Compile and test all crates by default.
This commit is contained in:
chriseth
2023-09-05 16:57:30 +02:00
committed by GitHub

View File

@@ -23,10 +23,6 @@ members = [
"type_check",
]
# Running "cargo build" on root directory will by default build just
# "powdr_cli", which may skip disabled dependencies.
default-members = ["powdr_cli"]
[patch."https://github.com/privacy-scaling-explorations/halo2.git"]
# TODO change back to this once the PR is merged
#halo2_proofs = { git = "https://github.com/appliedzkp/halo2.git", rev = "d3746109d7d38be53afc8ddae8fdfaf1f02ad1d7" }