Skip to content

Commit 57cb530

Browse files
authored
Merge pull request #14 from datachainlab/fix_machete_version
Fix machete version
2 parents 02ed813 + ff990d1 commit 57cb530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install components
2121
run: |
2222
rustup component add rustfmt clippy
23-
cargo install cargo-machete
23+
cargo install cargo-machete --version 0.8.0
2424
- name: Check format
2525
run: cargo fmt --all -- --check
2626
- name: Check clippy

0 commit comments

Comments
 (0)