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 b0c1395 commit 00a703aCopy full SHA for 00a703a
.github/workflows/CI.yml
@@ -247,12 +247,12 @@ jobs:
247
- name: Install Rust
248
uses: dtolnay/rust-toolchain@master
249
with:
250
- toolchain: nightly-2023-10-10 # Compatible version for cargo-check-external-types
+ toolchain: nightly-2024-02-07 # Compatible version for cargo-check-external-types
251
252
- name: Install cargo-check-external-types
253
uses: taiki-e/cache-cargo-install-action@v1
254
255
- tool: [email protected].9
+ tool: [email protected].11
256
257
- uses: Swatinem/rust-cache@v2
258
0 commit comments