diff options
| author | Bert Belder <bertbelder@gmail.com> | 2019-01-14 03:28:56 +0100 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-01-14 05:03:04 +0100 |
| commit | eab457ef957ff838c7db5f9549a8145bf405809d (patch) | |
| tree | 839d94fe51d4150588a30fa03944ca57c949f235 /.appveyor.yml | |
| parent | 3c1a0ad19e7b044bb40f979ec4c5f81bf39dec4b (diff) | |
ci: upgrade rust to version 1.31.1
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index e9dd60b31..ce2419066 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -303,7 +303,7 @@ install: Invoke-WebRequest -Uri "https://win.rustup.rs" ` -OutFile "$env:TEMP\rustup-init.exe" Exec -NoNewLines { - & "$env:TEMP\rustup-init.exe" -y --default-toolchain 1.30.0 + & "$env:TEMP\rustup-init.exe" -y --default-toolchain 1.31.1 } Delete-Tree @( "$env:RUSTUP_HOME\downloads", |
