Skip to content

Commit 64502e4

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 382dacf commit 64502e4

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
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install rust toolchain
107107
uses: dtolnay/rust-toolchain@master
108108
with:
109-
toolchain: nightly-2024-02-07
109+
toolchain: nightly-2024-05-01
110110
# ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml
111111
- run: cargo install cargo-check-external-types
112112
- run: cargo check-external-types

0 commit comments

Comments
 (0)