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 82c5442 commit 73dd3caCopy full SHA for 73dd3ca
ci/script.sh
@@ -35,7 +35,7 @@ main() {
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
+ echo 'cortex-m = "0.4.0"' >> $td/Cargo.toml
39
echo 'cortex-m-rt = "0.3.0"' >> $td/Cargo.toml
40
echo 'vcell = "0.1.0"' >> $td/Cargo.toml
41
0 commit comments