File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ jobs:
47
47
- toolchain : 1.41.0
48
48
build-no-std : false
49
49
- toolchain : 1.45.2
50
+ build-net-old-tokio : true
50
51
build-net-tokio : true
51
52
build-no-std : false
52
53
coverage : true
53
54
- toolchain : 1.47.0
54
- build-no-std : false
55
+ build-no-std : true
55
56
runs-on : ${{ matrix.platform }}
56
57
steps :
57
58
- name : Checkout source code
62
63
toolchain : ${{ matrix.toolchain }}
63
64
override : true
64
65
profile : minimal
66
+ - name : Pin tokio to 1.14 for Rust 1.45
67
+ if : " matrix.build-net-old-tokio"
68
+ run : cargo update -p tokio --precise "1.14.0" --verbose
65
69
- name : Build on Rust ${{ matrix.toolchain }} with net-tokio
66
70
if : " matrix.build-net-tokio && !matrix.coverage"
67
71
run : cargo build --verbose --color always
@@ -271,7 +275,7 @@ jobs:
271
275
linting :
272
276
runs-on : ubuntu-latest
273
277
env :
274
- TOOLCHAIN : 1.45.2
278
+ TOOLCHAIN : 1.47.0
275
279
steps :
276
280
- name : Checkout source code
277
281
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments