Skip to content

Commit 3490a10

Browse files
authored
Modify default features in Cargo.toml
Updated the default features to the original values
1 parent b9c72e2 commit 3490a10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ bls12_381 = {git = "https://github.com/woopuiyung/bls12_381.git", branch = "rele
8686
approx = "0.5.0"
8787

8888
[features]
89-
default = []
89+
default = ["bellman", "r1cs", "poly", "smt", "zok", "datalog", "multicore", "spartan"]
9090
# frontends
9191
c = ["lang-c"]
9292
zok = ["smt", "zokrates_parser", "zokrates_pest_ast", "typed-arena", "petgraph"]

0 commit comments

Comments
 (0)