diff options
author | 2018-08-17 12:46:52 +0200 | |
---|---|---|
committer | 2018-08-17 12:46:55 +0200 | |
commit | db3450b639024b3cb996648771eb90d1acb81671 (patch) | |
tree | ab064005d6c4974e011abb79afd4065532bcbb02 /Cargo.toml | |
parent | 2c970e751d84198c4007037c62bae8cca121b4e0 (diff) | |
download | cortex-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |