We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057cf4a commit 4028d0eCopy full SHA for 4028d0e
.github/workflows/CI.yml
@@ -67,11 +67,11 @@ jobs:
67
- uses: actions/checkout@v6
68
- uses: dtolnay/rust-toolchain@master
69
with:
70
- toolchain: nightly-2025-08-06
+ toolchain: nightly-2025-10-18
71
- name: Install cargo-check-external-types
72
uses: taiki-e/cache-cargo-install-action@v2
73
74
- tool: cargo-check-external-types@0.3.0
+ tool: cargo-check-external-types@0.4.0
75
- uses: taiki-e/install-action@cargo-hack
76
- uses: Swatinem/rust-cache@v2
77
0 commit comments