14
14
# Breaking changes like this might be mixed into the future stable versions.
15
15
# https://github.com/rust-lang/rustfmt/pull/3632
16
16
channel :
17
- - 1.39 .0
17
+ - 1.40 .0
18
18
- stable
19
19
20
20
name : Rustfmt (${{ matrix.channel }})
65
65
- name : rust-toolchain
66
66
uses : actions-rs/toolchain@v1
67
67
with :
68
- toolchain : 1.39 .0-x86_64-unknown-linux-gnu
68
+ toolchain : 1.40 .0-x86_64-unknown-linux-gnu
69
69
default : true
70
70
profile : default
71
71
@@ -98,10 +98,10 @@ jobs:
98
98
matrix :
99
99
toolchain :
100
100
# `x86_64-pc-windows-gnu` is tier 1 **for now**.
101
- - 1.39 .0-x86_64-pc-windows-msvc
102
- - 1.39 .0-x86_64-pc-windows-gnu
103
- - 1.39 .0-x86_64-apple-darwin
104
- - 1.39 .0-x86_64-unknown-linux-gnu
101
+ - 1.40 .0-x86_64-pc-windows-msvc
102
+ - 1.40 .0-x86_64-pc-windows-gnu
103
+ - 1.40 .0-x86_64-apple-darwin
104
+ - 1.40 .0-x86_64-unknown-linux-gnu
105
105
- stable-x86_64-pc-windows-msvc
106
106
- stable-x86_64-pc-windows-gnu
107
107
- stable-x86_64-apple-darwin
@@ -111,19 +111,19 @@ jobs:
111
111
- beta-x86_64-apple-darwin
112
112
- beta-x86_64-unknown-linux-gnu
113
113
include :
114
- - toolchain : 1.39 .0-x86_64-pc-windows-msvc
114
+ - toolchain : 1.40 .0-x86_64-pc-windows-msvc
115
115
features : --no-default-features
116
116
dep_tests : true
117
117
os : windows-latest
118
- - toolchain : 1.39 .0-x86_64-pc-windows-gnu
118
+ - toolchain : 1.40 .0-x86_64-pc-windows-gnu
119
119
features : --no-default-features
120
120
dep_tests : false
121
121
os : windows-latest
122
- - toolchain : 1.39 .0-x86_64-apple-darwin
122
+ - toolchain : 1.40 .0-x86_64-apple-darwin
123
123
features : --all-features
124
124
dep_tests : true
125
125
os : macOS-latest
126
- - toolchain : 1.39 .0-x86_64-unknown-linux-gnu
126
+ - toolchain : 1.40 .0-x86_64-unknown-linux-gnu
127
127
features : --all-features
128
128
dep_tests : true
129
129
os : ubuntu-18.04
0 commit comments