diff options
Diffstat (limited to 'panic-semihosting/Cargo.toml')
-rw-r--r-- | panic-semihosting/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/panic-semihosting/Cargo.toml b/panic-semihosting/Cargo.toml index 2e6c3be..cf0e978 100644 --- a/panic-semihosting/Cargo.toml +++ b/panic-semihosting/Cargo.toml @@ -10,11 +10,11 @@ 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.3" +version = "0.5.4" [dependencies] -cortex-m = { path = "..", version = ">= 0.5.6, < 0.7" } -cortex-m-semihosting = { path = "../cortex-m-semihosting", version = "0.3" } +cortex-m = { path = "..", version = ">= 0.5.6, < 0.8" } +cortex-m-semihosting = { path = "../cortex-m-semihosting", version = ">= 0.3, < 0.5" } [features] exit = [] |