From 4ea492643cdb3ed023b198095912901e33573f40 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Thu, 26 Sep 2024 09:50:32 +0100 Subject: [PATCH] chore: upgrade rust version to latest --- docker/Dockerfile | 2 +- zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 74720b901f0..9e3054fdde8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -21,7 +21,7 @@ ARG TEST_FEATURES="lightwalletd-grpc-tests zebra-checkpoints" ARG EXPERIMENTAL_FEATURES="" ARG APP_HOME="/opt/zebrad" -ARG RUST_VERSION=1.79.0 +ARG RUST_VERSION=1.81 # In this stage we download all system requirements to build the project # # It also captures all the build arguments to be used as environment variables. diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 0be1405f812..f7feb6f68de 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -17,7 +17,7 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"] # Zebra is only supported on the latest stable Rust version. See the README for details. # Any Zebra release can break compatibility with older Rust versions. -rust-version = "1.73" +rust-version = "1.81" [[bin]] name = "zebra-checkpoints" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 6b4f2cfec8d..ba22b075cf2 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -19,7 +19,7 @@ edition = "2021" # Zebra is only supported on the latest stable Rust version. See the README for details. # Any Zebra release can break compatibility with older Rust versions. -rust-version = "1.76" +rust-version = "1.81" # Settings that impact runtime behaviour