From f49d145e9af66ddaf0a078d9721811f0d050d6ee Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Sat, 21 Dec 2024 09:10:14 +0100 Subject: [PATCH] update the minium supported rust version to 1.81 (#144) Signed-off-by: xermicus --- .github/workflows/build-revive-debian.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-revive-debian.yml b/.github/workflows/build-revive-debian.yml index 8f77083..57c1d0f 100644 --- a/.github/workflows/build-revive-debian.yml +++ b/.github/workflows/build-revive-debian.yml @@ -9,7 +9,7 @@ env: DEBIAN_CONTAINER_RUNNER: run-debian-builder.sh REVIVE_DEBIAN_INSTALL: ${{ github.workspace }}/target/release REVIVE_DEBIAN_BINARY: resolc - RUST_VERSION: "1.80" + RUST_VERSION: "1.81" jobs: build-revive-debian-x86: diff --git a/Cargo.toml b/Cargo.toml index 0a48cc3..0db12d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = [ license = "MIT/Apache-2.0" edition = "2021" repository = "https://github.com/paritytech/revive" -rust-version = "1.80.0" +rust-version = "1.81.0" [workspace.dependencies] revive-benchmarks = { version = "0.1.0-dev.7", path = "crates/benchmarks" }