Skip to content

Commit 1018ea5

Browse files
committed
ci: pin cargo-deny to 0.17.0
The recent release of cargo-deny includes a dependency which has breaking changes for parsing cargo metadata output. Signed-off-by: Gavin Inglis <[email protected]>
1 parent be232aa commit 1018ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
labels: bottlerocket_ubuntu-latest_16-core
1616
steps:
1717
- uses: actions/checkout@v3
18-
- run: cargo install cargo-deny --locked
18+
- run: cargo install cargo-deny@0.17.0 --locked
1919
- run: cargo install cargo-make --locked
2020
- uses: actions/setup-go@v5
2121
with:

0 commit comments

Comments
 (0)