Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit c1ba87d

Browse files
committed
v1.7.12
1 parent 1aac5b5 commit c1ba87d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zecwallet-cli"
3-
version = "1.7.7"
3+
version = "1.7.12"
44
edition = "2018"
55

66
[dependencies]

cli/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub const VERSION: &str = "1.7.7";
1+
pub const VERSION: &str = "1.7.12";

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt install -y build-essential mingw-w64 gcc-aarch64-linux-gnu gcc-arm-linux
88
RUN curl https://sh.rustup.rs -sSf | bash -s -- --default-toolchain none -y
99
ENV PATH="/root/.cargo/bin:${PATH}"
1010

11-
RUN rustup toolchain install 1.49.0
11+
RUN rustup toolchain install 1.52
1212

1313
RUN rustup target add x86_64-pc-windows-gnu
1414
RUN rustup target add aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)