Skip to content

Commit db3ccff

Browse files
committed
Pin cross to 0.2.1
1 parent 2e0fb21 commit db3ccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
toolchain: stable
254254
override: true
255255
- name: Install cross
256-
run: cargo install cross
256+
run: cargo install --version 0.2.1 cross
257257
- name: Build package
258258
run: pip install -e .
259259
- name: Build wheel using cross

0 commit comments

Comments
 (0)