Skip to content

Commit 61ab648

Browse files
committed
PR471 review: removed zsa_issuance from default in Cargo.toml
as requested in zcash#471 (comment)
1 parent 5da1dbc commit 61ab648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pprof = { version = "0.11", features = ["criterion", "flamegraph"] }
8383
bench = false
8484

8585
[features]
86-
default = ["circuit", "multicore", "std", "zsa-issuance"]
86+
default = ["circuit", "multicore", "std"]
8787
std = ["core2/std", "group/wnaf-memuse", "reddsa/std"]
8888
circuit = ["dep:halo2_gadgets", "dep:halo2_proofs", "std"]
8989
unstable-frost = []

0 commit comments

Comments
 (0)