1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

Merge pull request #1090 from Zokrates/deploy

Merge back 0.7.10
This commit is contained in:
Thibaut Schaeffer 2022-01-20 18:34:38 +01:00 committed by GitHub
commit 48a04041c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View file

@ -169,7 +169,7 @@ jobs:
- run: rustup target add << parameters.target >>
- run:
name: Build
no_output_timeout: "30m"
no_output_timeout: "1h"
command: RUSTFLAGS="--remap-path-prefix=$PWD=" << parameters.build-with >> build --target << parameters.target >> --release
- tar_artifacts:
target: << parameters.target >>

View file

@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
https://github.com/Zokrates/ZoKrates/compare/latest...develop
## [0.7.10] - 2021-12-16
### Release
- https://github.com/Zokrates/ZoKrates/releases/tag/0.7.10 <!-- markdown-link-check-disable-line -->
### Changes
- Fix building issue with `aarch64-apple-darwin` target (M1) (#1074, @dark64)
## [0.7.9] - 2021-12-14
### Release

View file

@ -1 +0,0 @@
Fix building issue with `aarch64-apple-darwin` target (M1)

View file

@ -1,6 +1,6 @@
[package]
name = "zokrates_cli"
version = "0.7.9"
version = "0.7.10"
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>", "Thibaut Schaeffer <thibaut@schaeff.fr>"]
repository = "https://github.com/Zokrates/ZoKrates.git"
edition = "2018"