Update Rust toolchain to use master branch
This is correct unless we want to pin the stable version
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user