1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
This commit is contained in:
dark64 2022-12-27 19:44:11 +01:00
parent 6de2fe9acc
commit ce04905e8f
2 changed files with 2 additions and 1 deletions

View file

@ -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: |

View file

@ -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}