(ELF header change on nightly a couple of months ago, just got released in 1.89) oh. ```text diff <(readelf -h ./target-1.88/thumbv8m.main-none-eabihf/release/watchdog) <(readelf -h ./target-1.89/thumbv8m.main-none-eabihf/release/watchdog) 2c2 < Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 --- > Magic: 7f 45 4c 46 01 01 01 03 00 00 00 00 00 00 00 00 6c6 < OS/ABI: UNIX - System V --- > OS/ABI: UNIX - GNU 13c13 < Start of section headers: 22748 (bytes into file) --- > Start of section headers: 22696 (bytes into file) ``` I feel we should put out a PSA about that or something.