aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2018-06-20 02:26:58 +0000
committerGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2018-06-20 02:26:58 +0000
commit6b4d3f81b1e6f86c1a483b0975267bff5cfe3ee1 (patch)
tree3c4461a3048308a825b9c4b03f45c68392879a1d
parentc259cf9522b36b65b91055b03600bb10afc86930 (diff)
parent92687874feb926733782098e32b1daf68a255c8a (diff)
downloadcortex-m-6b4d3f81b1e6f86c1a483b0975267bff5cfe3ee1.tar.gz
cortex-m-6b4d3f81b1e6f86c1a483b0975267bff5cfe3ee1.tar.zst
cortex-m-6b4d3f81b1e6f86c1a483b0975267bff5cfe3ee1.zip
Merge #79
79: Update panic-semihosting to v0.3.0 r=japaric a=maxekman To support the latest nightly. Similar to https://github.com/japaric/cortex-m-quickstart/pull/33. Would also be great to have a new release of this package and update the discovery project/book to compile with latest nightly. Note that I'm very new to the Rust space and these projects and not really sure if bumping this dependency have any other implications! Co-authored-by: Max Ekman <max@looplab.se>
-rw-r--r--cortex-m-rt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml
index c9d3331..1b7427c 100644
--- a/cortex-m-rt/Cargo.toml
+++ b/cortex-m-rt/Cargo.toml
@@ -16,7 +16,7 @@ cc = "1.0.10"
r0 = "0.2.1"
[dev-dependencies]
-panic-semihosting = "0.2.0"
+panic-semihosting = "0.3.0"
[features]
device = []