diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-15 22:01:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-15 22:01:59 +0000 |
| commit | 6196984d6d75be987d3dec3bf17909e3cd40c15b (patch) | |
| tree | 804313955c2b553c6fca37af810bd7ef1e5d67e9 /ci/install.sh | |
| parent | 61551cd5ce5d4f4d5aaf48faeae7fed176614c24 (diff) | |
| parent | eb2ec7a4c85c2ddad37941ef0d3ddbf9db613648 (diff) | |
Merge #254
254: v0.5.0 beta release r=texitoi a=japaric
this updates all the remaining references to japaric/cortex-m-rtfm, the Cargo metadata and copyright notice. After this PR the crates will be ready for beta release.
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'ci/install.sh')
| -rw-r--r-- | ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh index cbc2125..aa70120 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -4,7 +4,7 @@ main() { # these are not needed for doc builds if [ $TRAVIS_BRANCH != master ] || [ $TRAVIS_PULL_REQUEST != false ]; then if [ $TARGET = x86_64-unknown-linux-gnu ]; then - ( cd .. && cargo install microamp-tools --version 0.1.0-alpha.2 -f ) + ( cd .. && cargo install microamp-tools --version 0.1.0-alpha.3 -f ) rustup target add thumbv6m-none-eabi thumbv7m-none-eabi fi |
