From 255f1d8fcf674d2683c6f2a2a4ff3a98c7362012 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 5 Sep 2023 12:29:28 +0200 Subject: [PATCH] Compile and test all crates by default. --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69f74a2bc..a69b1cbd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }