diff options
| author | bors <bors@rust-lang.org> | 2019-04-24 21:04:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-04-24 21:04:57 +0000 |
| commit | fc50f328b0353b285421b8ff5d4100966387a997 (patch) | |
| tree | 563b072a4045583944aa125b5f497354e5bc7945 /appveyor.yml | |
| parent | 91856ed52c58aa5ba66a015354d1cc69e9779bdf (diff) | |
| parent | d8a026d3bf7536e5233e6a5df42ca677a343c749 (diff) | |
| download | rust-1.34.1.tar.gz rust-1.34.1.zip | |
Auto merge of #60198 - pietroalbini:stable-next, r=Mark-Simulacrum 1.34.1
[stable] 1.34.1 point release The release date is April 25th. Included in this point release: * #59891: Fix the link to sort_by_cached_key * #59989: Fix links to Atomic* in RELEASES.md * https://github.com/rust-lang/rust-clippy/pull/3805: Fix ICE https://github.com/rust-lang/rust-clippy/issue/3747 * https://github.com/rust-lang/rust-clippy/pull/3821: do not trigger redundant_closure when there is a difference in borrow... * https://github.com/rust-lang/rust-clippy/pull/3844: Fix two missing_const_for_fn false positives
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3a0cb8b4fce..37cdd1258a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,7 @@ +# LLDB seems missing on the stable branch, while it's fine on the master +# branch. This is a temporary fix to get 1.34.1 out. +image: Previous Visual Studio 2017 + environment: # By default schannel checks revocation of certificates unlike some other SSL |
