diff options
author | 2022-03-01 23:24:26 +0000 | |
---|---|---|
committer | 2022-03-04 10:48:27 +0000 | |
commit | 3fd1b2261dc3a45b4f2efda2172cd342b1ea0d02 (patch) | |
tree | a8c69af01b80de6608ad2ddbe284c26a52b83cf0 /cortex-m-semihosting/Cargo.toml | |
parent | e6c7249982841a8a39ada0bc80e6d0e492a560c3 (diff) | |
download | cortex-m-3fd1b2261dc3a45b4f2efda2172cd342b1ea0d02.tar.gz cortex-m-3fd1b2261dc3a45b4f2efda2172cd342b1ea0d02.tar.zst cortex-m-3fd1b2261dc3a45b4f2efda2172cd342b1ea0d02.zip |
Prepare for c-m-sh 0.5.0, p-sh 0.6.0
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" |