Skip to content

Commit

Permalink
Update nightly Rust version used to build headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Mar 14, 2022
1 parent f9d1cfd commit 58bab0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-sys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Install Nightly Rust for Headless
uses: actions-rs/toolchain@v1
with:
toolchain: 'nightly-2021-11-01'
toolchain: 'nightly-2022-02-08'
target: ${{ matrix.target }}
override: true
components: "rust-src"
Expand Down

0 comments on commit 58bab0f

Please sign in to comment.