Thank you for an interesting-looking crate. I would like to play around with it, however I have not managed to compile it. Does it require a specific version of Rust?
I am using cross for cross compilation:
$ cross --version
cross 0.2.1
cargo 1.51.0 (43b129a20 2021-03-16)
and have tried variants of:
$ cross build --target thumbv7em-none-eabihf
Thank you for an interesting-looking crate. I would like to play around with it, however I have not managed to compile it. Does it require a specific version of Rust?
I am using cross for cross compilation:
and have tried variants of: