environment: TARGET: x86_64-pc-windows-msvc RUST_VERSION: 1.56.0 install: - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init.exe -y --default-host %TARGET% --default-toolchain %RUST_VERSION% - set PATH=%PATH%;%USERPROFILE%\.cargo\bin - rustc -V - cargo -V build_script: - cargo build --verbose test_script: - cargo test --verbose