diff options
Diffstat (limited to 'cortex-m-semihosting/Cargo.toml')
-rw-r--r-- | cortex-m-semihosting/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-semihosting/Cargo.toml b/cortex-m-semihosting/Cargo.toml index 32e980e..5afe0ac 100644 --- a/cortex-m-semihosting/Cargo.toml +++ b/cortex-m-semihosting/Cargo.toml @@ -11,7 +11,7 @@ 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" +version = "0.5.0" edition = "2021" rust-version = "1.59" |