Skip to content

Commit 73dd3ca

Browse files
committed
test against a stable cortex-m release
1 parent 82c5442 commit 73dd3ca

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
@@ -35,7 +35,7 @@ main() {
3535
# test crate
3636
cargo init --name foo $td
3737
echo 'bare-metal = "0.1.0"' >> $td/Cargo.toml
38-
echo 'cortex-m = { git = "https://github.com/japaric/cortex-m" }' >> $td/Cargo.toml
38+
echo 'cortex-m = "0.4.0"' >> $td/Cargo.toml
3939
echo 'cortex-m-rt = "0.3.0"' >> $td/Cargo.toml
4040
echo 'vcell = "0.1.0"' >> $td/Cargo.toml
4141

0 commit comments

Comments
 (0)