aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Michael Watzko <michael@watzko.de> 2018-09-06 19:52:23 +0200
committerGravatar Michael Watzko <michael@watzko.de> 2018-09-06 19:52:23 +0200
commitccebc22e63acd8cc834012ea92811038c808eaa8 (patch)
treea68bb15a41e286cf0066f187102b84cbdf7d42ea
parent9b74fda2bc8be68b34160609d3566bd8e3cde3d9 (diff)
downloadcortex-m-ccebc22e63acd8cc834012ea92811038c808eaa8.tar.gz
cortex-m-ccebc22e63acd8cc834012ea92811038c808eaa8.tar.zst
cortex-m-ccebc22e63acd8cc834012ea92811038c808eaa8.zip
Bump 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 49d896d..7884f01 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"