summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-08-17 12:46:52 +0200
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-08-17 12:46:55 +0200
commitdb3450b639024b3cb996648771eb90d1acb81671 (patch)
treeab064005d6c4974e011abb79afd4065532bcbb02 /Cargo.toml
parent2c970e751d84198c4007037c62bae8cca121b4e0 (diff)
downloadcortex-m-0.1.8.tar.gz
cortex-m-0.1.8.tar.zst
cortex-m-0.1.8.zip
v0.1.8v0.1.8
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 27e698c..e162936 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.7"
+version = "0.1.8"
[dependencies]
volatile-register = "0.1.0"