Update dependencies and CI.

This commit is contained in:
parazyd
2022-04-23 21:20:40 +02:00
parent a1aeade1e8
commit f4bab15776
28 changed files with 226 additions and 2840 deletions

View File

@@ -40,7 +40,7 @@ clippy:
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) clippy --release --all-features --all
# zkas source files which we want to compile for tests
VM_SRC = proof/arithmetic.zk proof/mint.zk proof/burn.zk
VM_SRC = proof/arithmetic.zk proof/mint.zk proof/burn.zk example/simple.zk
VM_BIN = $(VM_SRC:=.bin)
$(VM_BIN): zkas $(VM_SRC)