Skip to content

Commit 2a6c385

Browse files
author
Jorge Aparicio
committed
ci: use cortex-m v0.2.0
1 parent d31abce commit 2a6c385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ main() {
2727

2828
# test crate
2929
cargo init --name foo $td
30-
echo 'cortex-m = { git = "https://github.com/japaric/cortex-m", branch = "ng" }' >> $td/Cargo.toml
30+
echo 'cortex-m = "0.2.0"' >> $td/Cargo.toml
3131
echo 'vcell = "0.1.0"' >> $td/Cargo.toml
3232

3333
test_svd Nordic nrf51

0 commit comments

Comments
 (0)