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 83ebb8b commit a138d24Copy full SHA for a138d24
ci/script.sh
@@ -38,6 +38,7 @@ main() {
38
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
+ echo 'msp430 = "0.1.0"' >> $td/Cargo.toml
42
echo '[profile.dev]' >> $td/Cargo.toml
43
echo 'incremental = false' >> $td/Cargo.toml
44
@@ -386,8 +387,6 @@ main() {
386
387
388
# test other targets (architectures)
389
OTHER)
- echo 'msp430 = "0.1.0"' >> $td/Cargo.toml
390
-
391
(
392
cd $td &&
393
curl -LO \
0 commit comments