diff options
| author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-04-16 21:27:27 +0000 |
|---|---|---|
| committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-04-16 21:27:27 +0000 |
| commit | cb2d286a666c67e6b3fe8c97b1d501cb4f12fb45 (patch) | |
| tree | 67e697543318297a55c28027f7ef9a6ac662043c /macros | |
| parent | 5ff9076e9c1a5cc2e9b57041699d0aa37ca8c768 (diff) | |
| parent | ff089a4d893656331e1af015a0ddb30a26c711b0 (diff) | |
Merge #72
72: switch to a crates.io release of rtfm-syntax r=japaric a=japaric
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'macros')
| -rw-r--r-- | macros/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 977933e..d36499e 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -7,13 +7,13 @@ 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.3.0" +version = "0.3.1" [dependencies] failure = "0.1.1" proc-macro2 = "0.3.6" quote = "0.5.1" -rtfm-syntax = { git = "https://github.com/japaric/rtfm-syntax", branch = "syn-up" } +rtfm-syntax = "0.3.0" syn = "0.13.1" [lib] |
