We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38203b5 commit 874d2e4Copy full SHA for 874d2e4
.github/workflows/cd.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: New Resolver
31
if: matrix.rust != '1.50'
32
run: |
33
- cargo install cargo-modify
+ cargo install cargo-modify --force
34
cargo modify new-resolver
35
36
- name: Build
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
- name: Build Debug
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
109
- name: Setup MUSL
0 commit comments