We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1dcbc commit 2918b9dCopy full SHA for 2918b9d
1 file changed
.github/workflows/CI.yml
@@ -104,7 +104,7 @@ jobs:
104
- uses: Swatinem/rust-cache@v2
105
- name: Install cargo-public-api-crates
106
run: |
107
- cargo install --git https://github.com/davidpdrsn/cargo-public-api-crates
+ cargo install --locked --git https://github.com/davidpdrsn/cargo-public-api-crates
108
- name: Build rustdoc
109
110
cargo rustdoc --all-features --manifest-path tower-http/Cargo.toml -- -Z unstable-options --output-format json
0 commit comments