11
11
- template : ci/azure-install-rust.yml
12
12
# TODO: switch this back to `stable` when async/await is stable
13
13
parameters :
14
- toolchain : nightly
14
+ toolchain : beta
15
15
- template : ci/azure-install-node.yml
16
16
- template : ci/azure-install-geckodriver.yml
17
17
# Temporarily disable sccache because it is failing on CI.
56
56
- template : ci/azure-install-rust.yml
57
57
# TODO: switch this back to `stable` when async/await is stable
58
58
parameters :
59
- toolchain : nightly
59
+ toolchain : beta
60
60
- template : ci/azure-install-node.yml
61
61
- template : ci/azure-install-geckodriver.yml
62
62
# Temporarily disable sccache because it is failing on CI.
@@ -105,7 +105,7 @@ jobs:
105
105
- template : ci/azure-install-rust.yml
106
106
# TODO: switch this back to `stable` when async/await is stable
107
107
parameters :
108
- toolchain : nightly
108
+ toolchain : beta
109
109
- template : ci/azure-install-node.yml
110
110
- template : ci/azure-install-geckodriver.yml
111
111
# Temporarily disable sccache because it is failing on CI.
@@ -122,7 +122,7 @@ jobs:
122
122
- template : ci/azure-install-rust.yml
123
123
# TODO: switch this back to `stable` when async/await is stable
124
124
parameters :
125
- toolchain : nightly
125
+ toolchain : beta
126
126
- template : ci/azure-install-node.yml
127
127
- template : ci/azure-install-geckodriver.yml
128
128
# Temporarily disable sccache because it is failing on CI.
@@ -135,7 +135,7 @@ jobs:
135
135
- template : ci/azure-install-rust.yml
136
136
# TODO: switch this back to `stable` when async/await is stable
137
137
parameters :
138
- toolchain : nightly
138
+ toolchain : beta
139
139
- template : ci/azure-install-node.yml
140
140
# Temporarily disable sccache because it is failing on CI.
141
141
# - template: ci/azure-install-sccache.yml
@@ -150,7 +150,7 @@ jobs:
150
150
- template : ci/azure-install-rust.yml
151
151
# TODO: switch this back to `stable` when async/await is stable
152
152
parameters :
153
- toolchain : nightly
153
+ toolchain : beta
154
154
- template : ci/azure-install-node.yml
155
155
# Temporarily disable sccache because it is failing on CI.
156
156
# - template: ci/azure-install-sccache.yml
@@ -188,7 +188,7 @@ jobs:
188
188
- template : ci/azure-install-rust.yml
189
189
# TODO: switch this back to `stable` when async/await is stable
190
190
parameters :
191
- toolchain : nightly
191
+ toolchain : beta
192
192
# Temporarily disable sccache because it is failing on CI.
193
193
# - template: ci/azure-install-sccache.yml
194
194
- template : ci/azure-install-wasm-pack.yml
@@ -235,7 +235,7 @@ jobs:
235
235
- template : ci/azure-install-rust.yml
236
236
# TODO: switch this back to `stable` when async/await is stable
237
237
parameters :
238
- toolchain : nightly
238
+ toolchain : beta
239
239
# Temporarily disable sccache because it is failing on CI.
240
240
# - template: ci/azure-install-sccache.yml
241
241
- template : ci/azure-install-wasm-pack.yml
@@ -323,7 +323,7 @@ jobs:
323
323
- template : ci/azure-install-rust.yml
324
324
# TODO: switch this back to `stable` when async/await is stable
325
325
parameters :
326
- toolchain : nightly
326
+ toolchain : beta
327
327
# Install rustfmt so we can format the web-sys bindings
328
328
- script : rustup component add rustfmt
329
329
displayName : " Install rustfmt"
0 commit comments