aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-08-24 14:36:59 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-08-24 14:36:59 +0000
commit62a232f5c64890e2d666d23227df1c21675fc863 (patch)
tree78dc3e80181da30d331e0ac3634dfa99c4784498 /macros/Cargo.toml
parent53dbbad891e1c223ba5b1939e114b37667011f11 (diff)
parent90c9f64c5a010944bc1bc4efb308f18e0af9100a (diff)
Merge #85
85: fix master r=japaric a=japaric closes #80 Co-authored-by: Ferdia McKeogh <chocol4te@users.noreply.github.com> Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index d36499e..794b30b 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -11,10 +11,10 @@ version = "0.3.1"
[dependencies]
failure = "0.1.1"
-proc-macro2 = "0.3.6"
-quote = "0.5.1"
-rtfm-syntax = "0.3.0"
-syn = "0.13.1"
+proc-macro2 = "0.4.6"
+quote = "0.6.3"
+rtfm-syntax = "0.3.4"
+syn = "0.14.2"
[lib]
proc-macro = true