aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonathan 'theJPster' Pallant <github@thejpster.org.uk> 2016-10-15 23:22:18 +0100
committerGravatar Jonathan 'theJPster' Pallant <github@thejpster.org.uk> 2016-10-15 23:22:18 +0100
commit75bb390aefa306c8180bbd23dda1ae80d962c5ab (patch)
tree8e6e12ce3dd7b365ef8e5d1fe8422e152711b51f
parent1cf1dfbae4d05a00d8c0c5c1298ae08e768739f9 (diff)
downloadcortex-m-75bb390aefa306c8180bbd23dda1ae80d962c5ab.tar.gz
cortex-m-75bb390aefa306c8180bbd23dda1ae80d962c5ab.tar.zst
cortex-m-75bb390aefa306c8180bbd23dda1ae80d962c5ab.zip
Bump version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8d66562..40abb18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,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.1.3"
+version = "0.1.4"
[dependencies]
volatile-register = "0.1.0"