1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Remove default feature in core

This commit is contained in:
dark64 2019-11-12 14:30:47 +01:00
parent c39dd0ea22
commit 6b8c624abf
3 changed files with 3 additions and 6 deletions

View file

@ -9,4 +9,4 @@ zokrates_field = { version = "0.3", path = "../zokrates_field" }
zokrates_core = { version = "0.4", path = "../zokrates_core" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_json = "1.0"

View file

@ -7,7 +7,7 @@ readme = "README.md"
build = "build.rs"
[features]
default = ["multicore"]
default = []
libsnark = ["cc", "cmake", "git2"]
wasm_solvers = ["wasmi", "parity-wasm", "rustc-hex"]
wasm = ["bellman_ce/wasm", "zokrates_embed/wasm"]

View file

@ -11,7 +11,4 @@ multicore = ["bellman_ce/multicore", "sapling-crypto_ce/multicore"]
[dependencies]
bellman_ce = { version = "0.3.1", default-features = false }
sapling-crypto_ce = { git = "https://github.com/dark64/sapling-crypto", branch = "master", default-features = false }
sapling-crypto_ce = { git = "https://github.com/dark64/sapling-crypto", branch = "master", default-features = false }