Update Rust toolchain to use master branch

This is correct unless we want to pin the stable version
This commit is contained in:
Tommy Verrall
2026-02-16 16:27:21 +01:00
committed by GitHub
parent b8d8ee6109
commit 2d73ea5c82
@@ -90,7 +90,7 @@ jobs:
fi
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ vars.REQUIRED_RUSTC_VERSION }}