diff options
author | 2020-01-12 04:41:39 +0100 | |
---|---|---|
committer | 2020-01-13 02:41:14 +0100 | |
commit | 15e411e6f65b78cfd785501c19547e0f2d00fc16 (patch) | |
tree | 03e7b60f089f133fc92baf0a72748f0616c23291 | |
parent | ce538b28409ba15f42f1c0ff9b9e33d06f5e6dc8 (diff) | |
download | cortex-m-15e411e6f65b78cfd785501c19547e0f2d00fc16.tar.gz cortex-m-15e411e6f65b78cfd785501c19547e0f2d00fc16.tar.zst cortex-m-15e411e6f65b78cfd785501c19547e0f2d00fc16.zip |
Bump version to 0.6.2
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m" readme = "README.md" repository = "https://github.com/japaric/cortex-m" -version = "0.6.1" +version = "0.6.2" edition = "2018" links = "cortex-m" # prevent multiple versions of this crate to be linked together |