updates minimum supported Rust version in Zebrad and rust verison in Dockerfile (#8956)

This commit is contained in:
Arya 2024-10-21 20:41:34 -04:00 committed by GitHub
parent 01fa12b959
commit 47b7614ea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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.82.0
# 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.

View File

@ -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.0"
# Settings that impact runtime behaviour