aboutsummaryrefslogtreecommitdiff
path: root/panic-semihosting/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'panic-semihosting/Cargo.toml')
-rw-r--r--panic-semihosting/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/panic-semihosting/Cargo.toml b/panic-semihosting/Cargo.toml
index 4aaadb4..f096614 100644
--- a/panic-semihosting/Cargo.toml
+++ b/panic-semihosting/Cargo.toml
@@ -10,13 +10,13 @@ keywords = ["panic-handler", "panic-impl", "panic", "semihosting"]
license = "MIT OR Apache-2.0"
name = "panic-semihosting"
repository = "https://github.com/rust-embedded/cortex-m"
-version = "0.5.6"
+version = "0.6.0"
rust-version = "1.59"
edition = "2021"
[dependencies]
cortex-m = { path = "..", version = ">= 0.5.6, < 0.8" }
-cortex-m-semihosting = { path = "../cortex-m-semihosting", version = ">= 0.3, < 0.5" }
+cortex-m-semihosting = { path = "../cortex-m-semihosting", version = ">= 0.5.0, < 0.6" }
[features]
exit = []