revert
This commit is contained in:
parent
6de2fe9acc
commit
ce04905e8f
2 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,7 @@ jobs:
|
|||
name: Version information
|
||||
command: rustc --version; cargo --version; rustup --version
|
||||
- setup-sccache
|
||||
# - restore-sccache-cache
|
||||
- restore-sccache-cache
|
||||
- run:
|
||||
name: Test on firefox
|
||||
command: |
|
||||
|
|
|
@ -15,6 +15,7 @@ wasm-bindgen = { version = "0.2.46", features = ["serde-serialize"] }
|
|||
typed-arena = "1.4.1"
|
||||
lazy_static = "1.4.0"
|
||||
rand_0_8 = { version = "0.8", package = "rand" }
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
zokrates_core = { path = "../zokrates_core", default-features = false, features = ["ark", "bellman"] }
|
||||
zokrates_ark = { path = "../zokrates_ark", default-features = false}
|
||||
zokrates_bellman = { path = "../zokrates_bellman", default-features = false}
|
||||
|
|
Loading…
Reference in a new issue