Skip to content

Commit

Permalink
downgrade taplo to be compatible with our toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 27, 2024
1 parent 1c7427f commit de440d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
run: rustup show

- name: Install taplo
run: cargo install taplo-cli --locked
run: cargo install --version 0.12.1 taplo-cli --locked
- name: Cargo.toml fmt
run: taplo fmt --check

Expand Down

0 comments on commit de440d9

Please sign in to comment.