diff options
author | 2021-04-29 11:19:11 +0200 | |
---|---|---|
committer | 2021-04-29 11:19:11 +0200 | |
commit | 92d2fe9f53938d487aafd272823f441c3d0346b5 (patch) | |
tree | 28b1e5f8fc297d67f11574c674dbd5a88a26991e /cortex-m-rt | |
parent | 34218163be21a51424c4773cbbc7d6ffa5660808 (diff) | |
download | cortex-m-92d2fe9f53938d487aafd272823f441c3d0346b5.tar.gz cortex-m-92d2fe9f53938d487aafd272823f441c3d0346b5.tar.zst cortex-m-92d2fe9f53938d487aafd272823f441c3d0346b5.zip |
bump version to 0.6.13
The currently released version is 0.6.13 but the version in Cargo.toml was still 0.6.11.
This enables cargo-patching in the git repository if other crates need newer cortex-m-rt.
Diffstat (limited to 'cortex-m-rt')
-rw-r--r-- | cortex-m-rt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index 600faed..106fa19 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rt" readme = "README.md" repository = "https://github.com/rust-embedded/cortex-m-rt" -version = "0.6.11" +version = "0.6.13" autoexamples = true links = "cortex-m-rt" # Prevent multiple versions of cortex-m-rt being linked |