mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-14 17:13:50 +01:00
Examples have previously relied on the (really: some) nightly toolchain to be the default. As that, in practice, is a problematic assumption, the latest toolchain to use is now determined programmatically, and that is set explicitly on the examples that use nightly. Workaround-For: https://github.com/rust-lang/rustup/issues/3015