diff options
author | 2021-04-29 13:32:25 +0000 | |
---|---|---|
committer | 2021-04-29 13:32:25 +0000 | |
commit | bdb95cac5f86dfc30daf9fc9cc03f251f6e25b2b (patch) | |
tree | 28b1e5f8fc297d67f11574c674dbd5a88a26991e /cortex-m-rt/Cargo.toml | |
parent | 34218163be21a51424c4773cbbc7d6ffa5660808 (diff) | |
parent | 92d2fe9f53938d487aafd272823f441c3d0346b5 (diff) | |
download | cortex-m-bdb95cac5f86dfc30daf9fc9cc03f251f6e25b2b.tar.gz cortex-m-bdb95cac5f86dfc30daf9fc9cc03f251f6e25b2b.tar.zst cortex-m-bdb95cac5f86dfc30daf9fc9cc03f251f6e25b2b.zip |
Merge #324
324: bump version to 0.6.13 r=adamgreig a=jordens
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.
Co-authored-by: Robert Jördens <rj@quartiq.de>
Diffstat (limited to 'cortex-m-rt/Cargo.toml')
-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 |