Skip to content

Commit 5dfd97b

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 dbc8b86 commit 5dfd97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install rust toolchain
102102
uses: dtolnay/rust-toolchain@master
103103
with:
104-
toolchain: nightly-2024-02-07
104+
toolchain: nightly-2024-05-01
105105
# ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml
106106
- run: cargo install cargo-check-external-types
107107
- run: cargo check-external-types

0 commit comments

Comments
 (0)