aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
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]