We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ef0b0 commit ca77c0cCopy full SHA for ca77c0c
ci/script.sh
@@ -39,7 +39,7 @@ main() {
39
esac
40
41
# test crate
42
- cargo init --lib --name foo $td
+ cargo init --lib --name foo --edition 2021 $td
43
echo 'cortex-m = "0.7.7"' >> $td/Cargo.toml
44
echo 'cortex-m-rt = "0.7.3"' >> $td/Cargo.toml
45
echo 'vcell = "0.1.3"' >> $td/Cargo.toml
0 commit comments