bump the cortex-m-rt to v0.4.0

This commit is contained in:
Jorge Aparicio
2018-04-23 23:20:02 +02:00
parent 6f62705eaf
commit 2cd4ea31e5
23 changed files with 254 additions and 164 deletions

9
ci/install.sh Normal file
View File

@@ -0,0 +1,9 @@
set -euxo pipefail
main() {
rustup target add $TARGET
cargo install cargo-edit || true
}
main