From 684c4574c09a6f2cc5a208e4505e9306602b4abc Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 29 May 2017 14:07:12 -0700 Subject: Update libc crate to 0.2.23 The 'libc' create got a couple of updates. This change imports the new code and bumps the version to use. Import subrepo libc/:libc at 7db3fd570dfb41a38fb17116e93679307178103a --- libc/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/appveyor.yml') diff --git a/libc/appveyor.yml b/libc/appveyor.yml index a851bb8..b6c666c 100644 --- a/libc/appveyor.yml +++ b/libc/appveyor.yml @@ -7,7 +7,7 @@ environment: - TARGET: x86_64-pc-windows-msvc - TARGET: i686-pc-windows-msvc install: - - curl -sSf -o rustup-init.exe https://win.rustup.rs/ + - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init.exe -y --default-host %TARGET% - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin -- cgit v1.2.1