diff options
author | 2018-09-02 15:26:56 +0200 | |
---|---|---|
committer | 2018-09-02 15:26:56 +0200 | |
commit | c318a6672e1a6a331d80b94d66bd15d00deb937c (patch) | |
tree | 9df0fb77e6030b4793f27dea491fe3b0260b5e44 | |
parent | afb4dca1abb0f81b26abdef765a7d5b7814c3c8f (diff) | |
download | cortex-m-c318a6672e1a6a331d80b94d66bd15d00deb937c.tar.gz cortex-m-c318a6672e1a6a331d80b94d66bd15d00deb937c.tar.zst cortex-m-c318a6672e1a6a331d80b94d66bd15d00deb937c.zip |
Increase version to 0.5.7
Increase version to 0.5.7 so stm32f103xx-hal can depend on this
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"] license = "MIT OR Apache-2.0" name = "cortex-m" repository = "https://github.com/japaric/cortex-m" -version = "0.5.6" +version = "0.5.7" [dependencies] aligned = "0.2.0" @@ -17,4 +17,4 @@ volatile-register = "0.2.0" [features] cm7-r0p1 = [] const-fn = ["bare-metal/const-fn"] -inline-asm = []
\ No newline at end of file +inline-asm = [] |