diff options
author | 2016-10-15 23:22:18 +0100 | |
---|---|---|
committer | 2016-10-15 23:22:18 +0100 | |
commit | 75bb390aefa306c8180bbd23dda1ae80d962c5ab (patch) | |
tree | 8e6e12ce3dd7b365ef8e5d1fe8422e152711b51f | |
parent | 1cf1dfbae4d05a00d8c0c5c1298ae08e768739f9 (diff) | |
download | cortex-m-75bb390aefa306c8180bbd23dda1ae80d962c5ab.tar.gz cortex-m-75bb390aefa306c8180bbd23dda1ae80d962c5ab.tar.zst cortex-m-75bb390aefa306c8180bbd23dda1ae80d962c5ab.zip |
Bump version
-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.3" +version = "0.1.4" [dependencies] volatile-register = "0.1.0" |