Remove default feature in core
This commit is contained in:
parent
c39dd0ea22
commit
6b8c624abf
3 changed files with 3 additions and 6 deletions
|
@ -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"
|
|
@ -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"]
|
||||
|
|
|
@ -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 }
|
Loading…
Reference in a new issue