diff options
Diffstat (limited to 'cortex-m-semihosting/Cargo.toml')
-rw-r--r-- | cortex-m-semihosting/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cortex-m-semihosting/Cargo.toml b/cortex-m-semihosting/Cargo.toml index 5894029..ac0afa5 100644 --- a/cortex-m-semihosting/Cargo.toml +++ b/cortex-m-semihosting/Cargo.toml @@ -11,13 +11,14 @@ license = "MIT OR Apache-2.0" name = "cortex-m-semihosting" readme = "README.md" repository = "https://github.com/rust-embedded/cortex-m" -version = "0.4.1" -edition = "2018" +version = "0.5.0" +edition = "2021" +rust-version = "1.59" [features] -inline-asm = [] jlink-quirks = [] no-semihosting = [] [dependencies] cortex-m = { path = "..", version = ">= 0.5.8, < 0.8" } +critical-section = "1.0.0" |