Update toolchain for raytrace example (#1806)

Pulls in an LLVM tweak which emits far fewer `memory.copy`, drastrically
improving performance on Firefox!
This commit is contained in:
Alex Crichton 2019-10-04 10:54:15 -05:00 committed by GitHub
parent 0e3b696fb7
commit ebef7a7aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,7 @@ jobs:
steps:
- template: ci/azure-install-rust.yml
parameters:
toolchain: nightly-2019-09-26
toolchain: nightly-2019-10-04
# Temporarily disable sccache because it is failing on CI.
# - template: ci/azure-install-sccache.yml
- script: rustup component add rust-src