Skip to content

Commit 2918b9d

Browse files
committed
use lockfile to install cargo-public-api-crates
1 parent ed1dcbc commit 2918b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
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 --locked --git https://github.com/davidpdrsn/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

0 commit comments

Comments
 (0)