aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/macros
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt/macros')
-rw-r--r--cortex-m-rt/macros/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml
index 1687c4d..017575c 100644
--- a/cortex-m-rt/macros/Cargo.toml
+++ b/cortex-m-rt/macros/Cargo.toml
@@ -7,18 +7,18 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rt-macros"
repository = "https://github.com/japaric/cortex-m-rt"
-version = "0.1.2"
+version = "0.1.3"
[lib]
proc-macro = true
[dependencies]
quote = "0.6.8"
-proc-macro2 = "0.4.19"
+proc-macro2 = "0.4.20"
[dependencies.syn]
features = ["extra-traits", "full"]
-version = "0.15.4"
+version = "0.15.13"
[dependencies.rand]
version = "0.5.5"