Skip to content

Commit

Permalink
Merge pull request #443 from Zokrates/rc/0.4.10
Browse files Browse the repository at this point in the history
Release 0.4.10
  • Loading branch information
Schaeff authored Jul 29, 2019
2 parents 87312a5 + 777bd7f commit bb98ab1
Show file tree
Hide file tree
Showing 58 changed files with 6,015 additions and 824 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- restore_cache:
keys:
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
- run:
name: Check format
command: rustup component add rustfmt-preview; cargo fmt --all -- --check
# - run:
# name: Check format
# command: rustup component add rustfmt-preview; cargo fmt --all -- --check
- run:
name: Install libsnark prerequisites
command: ./scripts/install_libsnark_prerequisites.sh
Expand Down Expand Up @@ -83,6 +83,8 @@ jobs:
integration_test:
docker:
- image: rustlang/rust:nightly-slim
- image: trufflesuite/ganache-cli:next
port: 8545:8545
steps:
- checkout
- run:
Expand Down
Loading

0 comments on commit bb98ab1

Please sign in to comment.