From c1ba87dc7cc6d4170c6a0f5e116576be5779f187 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Tue, 31 May 2022 17:26:49 -0500 Subject: [PATCH] v1.7.12 --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- cli/src/version.rs | 2 +- docker/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52b7d2ce..43eceef3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3232,7 +3232,7 @@ dependencies = [ [[package]] name = "zecwallet-cli" -version = "1.7.7" +version = "1.7.12" dependencies = [ "byteorder", "clap", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 400bfbdc..9cd806ff 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zecwallet-cli" -version = "1.7.7" +version = "1.7.12" edition = "2018" [dependencies] diff --git a/cli/src/version.rs b/cli/src/version.rs index 42c88883..3cdb4516 100644 --- a/cli/src/version.rs +++ b/cli/src/version.rs @@ -1 +1 @@ -pub const VERSION: &str = "1.7.7"; +pub const VERSION: &str = "1.7.12"; diff --git a/docker/Dockerfile b/docker/Dockerfile index be7acf70..c0781662 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,7 +8,7 @@ RUN apt install -y build-essential mingw-w64 gcc-aarch64-linux-gnu gcc-arm-linux RUN curl https://sh.rustup.rs -sSf | bash -s -- --default-toolchain none -y ENV PATH="/root/.cargo/bin:${PATH}" -RUN rustup toolchain install 1.49.0 +RUN rustup toolchain install 1.52 RUN rustup target add x86_64-pc-windows-gnu RUN rustup target add aarch64-unknown-linux-gnu