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 ffcc983 commit c7aed0aCopy full SHA for c7aed0a
ci/script.sh
@@ -34,6 +34,7 @@ main() {
34
35
# test crate
36
cargo init --name foo $td
37
+ echo 'bare-metal = "0.1.0"' >> $td/Cargo.toml
38
echo 'cortex-m = { git = "https://github.com/japaric/cortex-m" }' >> $td/Cargo.toml
39
echo 'cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt" }' >> $td/Cargo.toml
40
echo 'vcell = "0.1.0"' >> $td/Cargo.toml
0 commit comments