Update rust-toolchain and proptest

It is required for stabilized subslice patterns.

proptest 0.9.6 fixes compatibility with the latest rustc nightly.
This commit is contained in:
Alexander Krotov
2020-03-28 03:08:42 +03:00
committed by Alexander Krotov
parent 52442017e2
commit 32bd6109e3
5 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ environment:
install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain nightly-2019-07-10
- rustup-init -yv --default-toolchain nightly-2020-04-10
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV