diff options
author | 2018-12-07 00:12:20 +0100 | |
---|---|---|
committer | 2018-12-07 00:12:20 +0100 | |
commit | 5b51e36a43159775701cc8773277e362719100ba (patch) | |
tree | 367dd9d7bb25ca0c7e5eba6cc28f6b4b0b212515 /cortex-m-rt/macros | |
parent | e649e1632fa8ddddd0e6d876ce944479ffe7d42a (diff) | |
download | cortex-m-5b51e36a43159775701cc8773277e362719100ba.tar.gz cortex-m-5b51e36a43159775701cc8773277e362719100ba.tar.zst cortex-m-5b51e36a43159775701cc8773277e362719100ba.zip |
bump cortex-m-rt-macros
Diffstat (limited to 'cortex-m-rt/macros')
-rw-r--r-- | cortex-m-rt/macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml index 017575c..02e80b4 100644 --- a/cortex-m-rt/macros/Cargo.toml +++ b/cortex-m-rt/macros/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"] license = "MIT OR Apache-2.0" name = "cortex-m-rt-macros" repository = "https://github.com/japaric/cortex-m-rt" -version = "0.1.3" +version = "0.1.4" [lib] proc-macro = true |