diff options
author | 2021-08-17 16:40:02 +0000 | |
---|---|---|
committer | 2021-08-17 16:40:02 +0000 | |
commit | 8008ee50c848275aff61c0980a9bc28192013eb8 (patch) | |
tree | 1c67ae4f878acc7eb151594b4013403cdf3782e3 /cortex-m-rt/Cargo.toml | |
parent | bdb95cac5f86dfc30daf9fc9cc03f251f6e25b2b (diff) | |
parent | 1e8226868bebdbbe52fcac00f556f2a1179f5865 (diff) | |
download | cortex-m-8008ee50c848275aff61c0980a9bc28192013eb8.tar.gz cortex-m-8008ee50c848275aff61c0980a9bc28192013eb8.tar.zst cortex-m-8008ee50c848275aff61c0980a9bc28192013eb8.zip |
Merge #330
330: Prepare for v0.7.0 r=thejpster a=adamgreig
This is mostly a changelog update, including the updates from 0.6 and adding a few missing PRs too.
I haven't yet reviewed our open issues but I'm sure there are some low-hanging fruit we should get in for this release, does anyone have any suggestions? I'm happy to update this PR a few times if we can get a few more changes landed first.
Co-authored-by: Adam Greig <adam@adamgreig.com>
Diffstat (limited to 'cortex-m-rt/Cargo.toml')
-rw-r--r-- | cortex-m-rt/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index 106fa19..77c18ce 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -12,12 +12,12 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rt" readme = "README.md" repository = "https://github.com/rust-embedded/cortex-m-rt" -version = "0.6.13" +version = "0.7.0" autoexamples = true links = "cortex-m-rt" # Prevent multiple versions of cortex-m-rt being linked [dependencies] -cortex-m-rt-macros = { path = "macros", version = "=0.6.11" } +cortex-m-rt-macros = { path = "macros", version = "=0.7.0" } # Note: Do not depend on `cortex-m` here. This crate is used for testing `cortex-m`, so we need to # avoid pulling in multiple versions of `cortex-m`. |