ci: update Rust version for build-geth workflow (#1131)

This commit is contained in:
Péter Garamvölgyi 2025-03-04 08:55:02 +01:00 committed by GitHub
parent 748fb82899
commit 4797ee9565
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-12-10
toolchain: nightly-2023-12-03
override: true
components: rustfmt, clippy
- name: Checkout code