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.38 .0
17
+ - 1.39 .0
18
18
- stable
19
19
20
20
name : Rustfmt (${{ matrix.channel }})
60
60
- name : rust-toolchain
61
61
uses : actions-rs/toolchain@v1
62
62
with :
63
- toolchain : 1.38 .0-x86_64-unknown-linux-gnu
63
+ toolchain : 1.39 .0-x86_64-unknown-linux-gnu
64
64
default : true
65
65
profile : default
66
66
@@ -96,10 +96,10 @@ jobs:
96
96
matrix :
97
97
toolchain :
98
98
# `x86_64-pc-windows-gnu` is tier 1 **for now**.
99
- - 1.38 .0-x86_64-pc-windows-msvc
100
- - 1.38 .0-x86_64-pc-windows-gnu
101
- - 1.38 .0-x86_64-apple-darwin
102
- - 1.38 .0-x86_64-unknown-linux-gnu
99
+ - 1.39 .0-x86_64-pc-windows-msvc
100
+ - 1.39 .0-x86_64-pc-windows-gnu
101
+ - 1.39 .0-x86_64-apple-darwin
102
+ - 1.39 .0-x86_64-unknown-linux-gnu
103
103
- stable-x86_64-pc-windows-msvc
104
104
- stable-x86_64-pc-windows-gnu
105
105
- stable-x86_64-apple-darwin
@@ -109,19 +109,19 @@ jobs:
109
109
- beta-x86_64-apple-darwin
110
110
- beta-x86_64-unknown-linux-gnu
111
111
include :
112
- - toolchain : 1.38 .0-x86_64-pc-windows-msvc
112
+ - toolchain : 1.39 .0-x86_64-pc-windows-msvc
113
113
features : --no-default-features
114
114
dep_tests : true
115
115
os : windows-latest
116
- - toolchain : 1.38 .0-x86_64-pc-windows-gnu
116
+ - toolchain : 1.39 .0-x86_64-pc-windows-gnu
117
117
features : --no-default-features
118
118
dep_tests : false
119
119
os : windows-latest
120
- - toolchain : 1.38 .0-x86_64-apple-darwin
120
+ - toolchain : 1.39 .0-x86_64-apple-darwin
121
121
features : --all-features
122
122
dep_tests : true
123
123
os : macOS-latest
124
- - toolchain : 1.38 .0-x86_64-unknown-linux-gnu
124
+ - toolchain : 1.39 .0-x86_64-unknown-linux-gnu
125
125
features : --all-features
126
126
dep_tests : true
127
127
os : ubuntu-18.04
0 commit comments