cargo check --no-default-features --target=thumbv7em-none-eabihf yields about 400 errors, almost all of them caused by a dependency trying to resolve items in std.
There seems to be a general issue with not disbling std features in dependencies by default.
cargo check --no-default-features --target=thumbv7em-none-eabihfyields about 400 errors, almost all of them caused by a dependency trying to resolve items instd.There seems to be a general issue with not disbling
stdfeatures in dependencies by default.