diff options
author | 2019-04-21 18:20:57 +0200 | |
---|---|---|
committer | 2019-04-21 18:20:57 +0200 | |
commit | a562fb32329f3dedb1a2b3a0bfa6061271559788 (patch) | |
tree | 79e7bfbd392d3c58be4d481a801447a95e36e2ed /macros/Cargo.toml | |
parent | b5a756bd7d394226e505f0cb4f91a5de01d9b950 (diff) | |
download | rtic-a562fb32329f3dedb1a2b3a0bfa6061271559788.tar.gz rtic-a562fb32329f3dedb1a2b3a0bfa6061271559788.tar.zst rtic-a562fb32329f3dedb1a2b3a0bfa6061271559788.zip |
v0.4.3
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r-- | macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 93e5ee72..d891ba99 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtfm-macros" readme = "../README.md" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.4.2" +version = "0.4.3" [lib] proc-macro = true |