flake reorg, enable panic hook

This commit is contained in:
Robin Appelman 2025-06-27 23:02:10 +02:00
commit 667569052c
18 changed files with 200 additions and 165 deletions

View file

@ -1,6 +1,8 @@
install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- if not defined RUSTFLAGS rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName
rustup-init.exe
- if not defined RUSTFLAGS rustup-init.exe -y --default-host
x86_64-pc-windows-msvc --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -V
- cargo -V