We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eade122 commit f9aa697Copy full SHA for f9aa697
.github/workflows/CI.yml
@@ -264,12 +264,12 @@ jobs:
264
- name: Install Rust
265
uses: dtolnay/rust-toolchain@master
266
with:
267
- toolchain: nightly-2024-02-07 # Compatible version for cargo-check-external-types
+ toolchain: nightly-2024-05-01 # Compatible version for cargo-check-external-types
268
269
- name: Install cargo-check-external-types
270
uses: taiki-e/cache-cargo-install-action@v1
271
272
- tool: cargo-check-external-types@0.1.11
+ tool: cargo-check-external-types@0.1.12
273
274
- uses: Swatinem/rust-cache@v2
275
0 commit comments