aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-01-15 23:26:07 +0100
committerJorge Aparicio <jorge@japaric.io>2018-01-15 23:33:09 +0100
commitdef4fc8079dcb646ef3cab446a4b160e09e169bf (patch)
treec82e6f193e0bf9b842366e305056481d4d1666b2 /macros/Cargo.toml
parent34edc41e9289e83468f68663a7f4a7f0f6cc2797 (diff)
v0.3.0
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml5
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]