Skip to content

Commit c7aed0a

Browse files
committed
fix CI
device crates now depend on the bare-metal crate
1 parent ffcc983 commit c7aed0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ main() {
3434

3535
# test crate
3636
cargo init --name foo $td
37+
echo 'bare-metal = "0.1.0"' >> $td/Cargo.toml
3738
echo 'cortex-m = { git = "https://github.com/japaric/cortex-m" }' >> $td/Cargo.toml
3839
echo 'cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt" }' >> $td/Cargo.toml
3940
echo 'vcell = "0.1.0"' >> $td/Cargo.toml

0 commit comments

Comments
 (0)