Skip to content

Commit

Permalink
Pin diesel cli to compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hellhake authored and benfrancis committed Sep 30, 2024
1 parent 697e7b1 commit 492a819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
rustup install stable
rustup default stable
cargo install diesel_cli
cargo install diesel_cli@~1.4.0
- name: Check builds
run: |
cargo build --features mysql
Expand Down

0 comments on commit 492a819

Please sign in to comment.