aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Michael Watzko <michael@watzko.de> 2018-09-06 00:29:45 +0200
committerGravatar Michael Watzko <michael@watzko.de> 2018-09-06 00:29:45 +0200
commitb0f5ee6656465ac330676fb982da5e438ee0e511 (patch)
tree17ea9f0a72e367e3a478df77240701fd23404da3
parentda13bee359d31185a489762acc487f3245fd2673 (diff)
downloadcortex-m-b0f5ee6656465ac330676fb982da5e438ee0e511.tar.gz
cortex-m-b0f5ee6656465ac330676fb982da5e438ee0e511.tar.zst
cortex-m-b0f5ee6656465ac330676fb982da5e438ee0e511.zip
No longer bump the version to 0.5.7
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9130e01..ea500d4 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.7"
+version = "0.5.6"
[dependencies]
aligned = "0.2.0"