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 /Cargo.toml | |
| 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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ [package] authors = [ + "The Real Time For the Masses developers", "Jorge Aparicio <jorge@japaric.io>", "Per Lindgren <per.lindgren@ltu.se>", ] @@ -47,8 +48,8 @@ required-features = ["__v7"] [dependencies] cortex-m = "0.6.0" -cortex-m-rtfm-macros = { path = "macros" } -rtfm-core = "0.3.0-beta.1" +cortex-m-rtfm-macros = { path = "macros", version = "0.5.0-beta.1" } +rtfm-core = "0.3.0-beta.2" cortex-m-rt = "0.6.9" heapless = "0.5.0" |
