Skip to content

Commit

Permalink
Pin cross to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jun 25, 2022
1 parent 2e0fb21 commit db3ccff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
toolchain: stable
override: true
- name: Install cross
run: cargo install cross
run: cargo install --version 0.2.1 cross
- name: Build package
run: pip install -e .
- name: Build wheel using cross
Expand Down

0 comments on commit db3ccff

Please sign in to comment.