aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/Cargo.toml
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2021-08-17 16:40:02 +0000
committerGravatar GitHub <noreply@github.com> 2021-08-17 16:40:02 +0000
commit8008ee50c848275aff61c0980a9bc28192013eb8 (patch)
tree1c67ae4f878acc7eb151594b4013403cdf3782e3 /cortex-m-rt/Cargo.toml
parentbdb95cac5f86dfc30daf9fc9cc03f251f6e25b2b (diff)
parent1e8226868bebdbbe52fcac00f556f2a1179f5865 (diff)
downloadcortex-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.toml4
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`.