bump the cortex-m-rt to v0.4.0
This commit is contained in:
9
ci/install.sh
Normal file
9
ci/install.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
set -euxo pipefail
|
||||
|
||||
main() {
|
||||
rustup target add $TARGET
|
||||
|
||||
cargo install cargo-edit || true
|
||||
}
|
||||
|
||||
main
|
||||
Reference in New Issue
Block a user