Skip to content

Commit a138d24

Browse files
committed
fix Cargo.toml used to test MSP430
1 parent 83ebb8b commit a138d24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/script.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ main() {
3838
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
41+
echo 'msp430 = "0.1.0"' >> $td/Cargo.toml
4142
echo '[profile.dev]' >> $td/Cargo.toml
4243
echo 'incremental = false' >> $td/Cargo.toml
4344

@@ -386,8 +387,6 @@ main() {
386387

387388
# test other targets (architectures)
388389
OTHER)
389-
echo 'msp430 = "0.1.0"' >> $td/Cargo.toml
390-
391390
(
392391
cd $td &&
393392
curl -LO \

0 commit comments

Comments
 (0)