aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar kellerkindt <michael@kellerkindt.com> 2018-09-02 15:26:56 +0200
committerGravatar GitHub <noreply@github.com> 2018-09-02 15:26:56 +0200
commitc318a6672e1a6a331d80b94d66bd15d00deb937c (patch)
tree9df0fb77e6030b4793f27dea491fe3b0260b5e44
parentafb4dca1abb0f81b26abdef765a7d5b7814c3c8f (diff)
downloadcortex-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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 49d896d..9130e01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = []