aboutsummaryrefslogtreecommitdiffstats
path: root/sylt_macro/Cargo.toml
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-03-07 17:50:18 +0100
committerGitHub <noreply@github.com>2021-03-07 17:50:18 +0100
commit09c830296fdb55efbc7f590337ce72f5ec75c04b (patch)
tree2411baac44a8ce88fcb90e35db68fba018aefb81 /sylt_macro/Cargo.toml
parenta9d943e2d93be0e741874cb1ef85488dacc6eeab (diff)
parenteab567c57dd41439ad4328a287baddda3e3270a8 (diff)
downloadsylt-09c830296fdb55efbc7f590337ce72f5ec75c04b.tar.gz
Merge pull request #91 from FredTheDino/compiler-rewrite
WIP: Rewrite the compiler
Diffstat (limited to 'sylt_macro/Cargo.toml')
-rw-r--r--sylt_macro/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sylt_macro/Cargo.toml b/sylt_macro/Cargo.toml
index 9ac045e..6d3c75f 100644
--- a/sylt_macro/Cargo.toml
+++ b/sylt_macro/Cargo.toml
@@ -10,5 +10,6 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-syn = { version = "1.0", features=["full"] }
-quote = "1.0"
+syn = { version = "1", features=["full"] }
+proc-macro2 = "1"
+quote = "1"