Update Rust toolchain version to stable

This commit is contained in:
Tommy Verrall
2026-02-16 16:21:42 +01:00
committed by GitHub
parent b2d7b54f34
commit a779b7a266
@@ -90,7 +90,7 @@ jobs:
fi
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ vars.REQUIRED_RUSTC_VERSION }}