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 d31abce commit 2a6c385Copy full SHA for 2a6c385
ci/script.sh
@@ -27,7 +27,7 @@ main() {
27
28
# test crate
29
cargo init --name foo $td
30
- echo 'cortex-m = { git = "https://github.com/japaric/cortex-m", branch = "ng" }' >> $td/Cargo.toml
+ echo 'cortex-m = "0.2.0"' >> $td/Cargo.toml
31
echo 'vcell = "0.1.0"' >> $td/Cargo.toml
32
33
test_svd Nordic nrf51
0 commit comments