Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit d987373

Browse files
committed
fix cargo sort
1 parent 1260f42 commit d987373

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
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
rustup component add clippy
7272
rustup component add rustfmt
73-
cargo install cargo-sort
73+
cargo install --git https://github.com/DevinR528/cargo-sort --rev 55ec890 --locked
7474
- name: Run Style Check
7575
run: |
7676
make clippy

0 commit comments

Comments
 (0)