update the minium supported rust version to 1.81 (#144)

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
Cyrill Leutwiler
2024-12-21 09:10:14 +01:00
committed by GitHub
parent 952c5cc894
commit f49d145e9a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: