diff options
author | 2018-12-15 21:06:31 +0000 | |
---|---|---|
committer | 2018-12-15 21:06:31 +0000 | |
commit | 28f74ed6d29df432334d29d2083e91a1a5d0fa6c (patch) | |
tree | 1399c13e9d4da3bf2edc972d5886d8a3c3337797 /cortex-m-rt/macros | |
parent | 0cabf09a7ac11962b57a75e52a6cc0c5aa2709a8 (diff) | |
parent | b34fb3a96b5afbbf60dc20b253ea2ea18ad90617 (diff) | |
download | cortex-m-28f74ed6d29df432334d29d2083e91a1a5d0fa6c.tar.gz cortex-m-28f74ed6d29df432334d29d2083e91a1a5d0fa6c.tar.zst cortex-m-28f74ed6d29df432334d29d2083e91a1a5d0fa6c.zip |
Merge #160
160: prepare for v0.6.7 release r=therealprof a=japaric
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
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 02e80b4..1ca968c 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.4" +version = "0.1.5" [lib] proc-macro = true |