File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ jobs:
6161 run : rm -r ./examples/* && cargo new --lib --edition 2021 examples/dummy
6262 - run : cargo update -p tokio --precise 1.38.1
6363 - run : cargo update -p tokio-util --precise 0.7.11
64- - run : cargo update -p flate2 --precise 1.0.35
6564 - run : cargo update -p once_cell --precise 1.20.3
6665 - run : cargo update -p tracing-core --precise 0.1.33
6766 - run : cargo update -p async-compression --precise 0.4.23
67+ - run : cargo update -p flate2 --precise 1.0.35
6868 - run : cargo check -p tower-http --all-features
6969
7070 style :
@@ -100,11 +100,11 @@ jobs:
100100 # Pinned version due to failing `cargo-public-api-crates`.
101101 - uses : dtolnay/rust-toolchain@master
102102 with :
103- toolchain : nightly-2024-06-06
103+ toolchain : nightly-2025-11-23
104104 - uses : Swatinem/rust-cache@v2
105105 - name : Install cargo-public-api-crates
106106 run : |
107- cargo install --git https://github.com/davidpdrsn /cargo-public-api-crates
107+ cargo install --git https://github.com/jplatte /cargo-public-api-crates
108108 - name : Build rustdoc
109109 run : |
110110 cargo rustdoc --all-features --manifest-path tower-http/Cargo.toml -- -Z unstable-options --output-format json
You can’t perform that action at this time.
0 commit comments