Trying to compile on nightlies with default-features = false, in a no-std project, results in
error[E0463]: can't find crate for `std`
|
= note: the `thumbv7em-none-eabihf` target may not be installed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
error: could not compile `serde`.
Not sure how long back this is an issue.
Trying to compile on nightlies with
default-features = false, in a no-std project, results inNot sure how long back this is an issue.