Document and test Rust 1.59.0 as minimum supported version#1
Conversation
cf2832a to
83d704b
Compare
Otherwise we might hit 404 errors when trying to download outdated package versions.
Since it is required for testing with Cargo’s build-std
d421835 to
6a32fa3
Compare
1.59.0 is the version that stabilized the asm! macro for inline assembly. The README previously said that Nightly is required, but that turned to be the case only for cross-compiling to i686-unknown-none.
This fixes a Clippy warning
|
Thanks for the PR! Yeah this LGTM, but I noticed that Rust 1.59.0 CI doesn't seem to do anything. Did you planned to add more tests to that later? |
|
Yes. At some point I changed it to build on By the way, how do you feel about making |
For my use cases I normally use |
1.59.0 is the version that stabilized the asm! macro for inline assembly.
The README previously said that Nightly is required, but that turned to be the case only for cross-compiling to i686-unknown-none.