aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/Cargo.toml
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2018-10-23 20:25:28 +0100
committerGravatar Adam Greig <adam@adamgreig.com> 2018-10-23 20:25:28 +0100
commit32ab813196bada3290f57c4b39e10e741b90ef6f (patch)
tree73973748eea79198804b60292722d4ae29596b66 /cortex-m-rt/Cargo.toml
parent8963dc846502084819c9024e55b95980564a009e (diff)
downloadcortex-m-32ab813196bada3290f57c4b39e10e741b90ef6f.tar.gz
cortex-m-32ab813196bada3290f57c4b39e10e741b90ef6f.tar.zst
cortex-m-32ab813196bada3290f57c4b39e10e741b90ef6f.zip
v0.6.5
Diffstat (limited to 'cortex-m-rt/Cargo.toml')
-rw-r--r--cortex-m-rt/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml
index 3fd61ee..923fa22 100644
--- a/cortex-m-rt/Cargo.toml
+++ b/cortex-m-rt/Cargo.toml
@@ -8,14 +8,14 @@ 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.4"
+version = "0.6.5"
[dependencies]
-r0 = "0.2.1"
-cortex-m-rt-macros = { path = "macros", version = "0.1.2" }
+r0 = "0.2.2"
+cortex-m-rt-macros = { path = "macros", version = "0.1.3" }
[dev-dependencies]
-cortex-m = "0.5.4"
+cortex-m = "0.5.7"
panic-halt = "0.2.0"
cortex-m-semihosting = "0.3.1"