Skip to content

Commit c7e6140

Browse files
cpuchifflier
authored andcommitted
ci: update cargo-check-external-types toolchain
The upstream project cut a 0.1.12 release that now pins Rust nightly-2024-05-01. This commit updates CI to match.
1 parent 3a487ba commit c7e6140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install rust toolchain
9191
uses: dtolnay/rust-toolchain@master
9292
with:
93-
toolchain: nightly-2024-02-07
93+
toolchain: nightly-2024-05-01
9494
# ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml
9595
- run: cargo install cargo-check-external-types
9696
- run: cargo check-external-types

0 commit comments

Comments
 (0)