Skip to content

Commit

Permalink
ci: update cargo-check-external-types toolchain
Browse files Browse the repository at this point in the history
The upstream project cut a 0.1.12 release that now pins Rust
nightly-2024-05-01. This commit updates CI to match.
  • Loading branch information
cpu authored and chifflier committed Aug 26, 2024
1 parent f570a55 commit 0e501bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-07
toolchain: nightly-2024-05-01
# ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml
- run: cargo install cargo-check-external-types
- run: cargo check-external-types

0 comments on commit 0e501bc

Please sign in to comment.