use resolver in js crate
This commit is contained in:
parent
e70611628e
commit
cfb30c4b14
2 changed files with 2 additions and 1 deletions
|
@ -14,4 +14,4 @@ byteorder = "1.4.3"
|
|||
[dev-dependencies]
|
||||
pretty_assertions = "1.2.1"
|
||||
zkutil = "0.5.0"
|
||||
bellman_ce = { version = "^0.3", default-features = false }
|
||||
bellman_ce = { version = "^0.3" }
|
|
@ -3,6 +3,7 @@ name = "zokrates_js"
|
|||
version = "1.1.4"
|
||||
authors = ["Darko Macesic"]
|
||||
edition = "2018"
|
||||
resolver = "2"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
|
Loading…
Reference in a new issue