diff options
| author | homunkulus <homunkulus@gmx.com> | 2018-01-15 22:34:09 +0000 |
|---|---|---|
| committer | homunkulus <homunkulus@gmx.com> | 2018-01-15 22:34:09 +0000 |
| commit | b73263e8fa534233e8c097c6b1e6e430ea160d13 (patch) | |
| tree | c82e6f193e0bf9b842366e305056481d4d1666b2 /macros/Cargo.toml | |
| parent | 34edc41e9289e83468f68663a7f4a7f0f6cc2797 (diff) | |
| parent | def4fc8079dcb646ef3cab446a4b160e09e169bf (diff) | |
Auto merge of #64 - japaric:v3, r=japaric
v0.3.0
None
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 27bd1f5..254b7bd 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -7,13 +7,12 @@ keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" name = "cortex-m-rtfm-macros" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.2.1" +version = "0.3.0" [dependencies] error-chain = "0.10.0" quote = "0.3.15" -# rtfm-syntax = "0.2.0" -rtfm-syntax = { git = "https://github.com/japaric/rtfm-syntax" } +rtfm-syntax = "0.2.1" syn = "0.11.11" [lib] |
