We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e94633 commit 347c855Copy full SHA for 347c855
.github/workflows/CI.yml
@@ -101,11 +101,11 @@ jobs:
101
- uses: actions/checkout@v6
102
- uses: dtolnay/rust-toolchain@master
103
with:
104
- toolchain: nightly-2025-08-06
+ toolchain: nightly-2025-10-18
105
- name: Install cargo-check-external-types
106
uses: taiki-e/cache-cargo-install-action@v2
107
108
- tool: cargo-check-external-types@0.3.0
+ tool: cargo-check-external-types@0.4.0
109
- uses: Swatinem/rust-cache@v2
110
- run: cargo check-external-types --all-features
111
working-directory: tower-http
0 commit comments