File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 27
27
profile : minimal
28
28
components : clippy
29
29
30
+ - name : New Resolver
31
+ if : matrix.rust != '1.50'
32
+ run : |
33
+ cargo install cargo-modify
34
+ cargo modify new-resolver
35
+
30
36
- name : Build
31
37
run : cargo build
32
38
- name : Run tests
Original file line number Diff line number Diff line change 45
45
profile : minimal
46
46
components : clippy
47
47
48
+ - name : New Resolver
49
+ if : matrix.rust != '1.50'
50
+ run : |
51
+ cargo install cargo-modify
52
+ cargo modify new-resolver
53
+
48
54
- name : Build Debug
49
55
run : |
50
56
cargo build
92
98
profile : minimal
93
99
default : true
94
100
target : x86_64-unknown-linux-musl
101
+
102
+ # TODO: remove once we depend on 1.51 as a msrv and resolver is supported by default
103
+ - name : New Resolver
104
+ if : matrix.rust != '1.50'
105
+ run : |
106
+ cargo install cargo-modify
107
+ cargo modify new-resolver
108
+
95
109
- name : Setup MUSL
96
110
run : |
97
111
sudo apt-get -qq install musl-tools
You can’t perform that action at this time.
0 commit comments