We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbab46 commit 6e41e8eCopy full SHA for 6e41e8e
1 file changed
examples/trace-var/trace-var/Cargo.toml
@@ -9,5 +9,6 @@ proc-macro = true
9
10
[dependencies]
11
syn = { path = "../../../", features = ["full", "fold"] }
12
-quote = "0.4"
13
-proc-macro2 = { version = "0.2", features = ["nightly"] }
+#quote = "0.5"
+quote = { git = 'https://github.com/dtolnay/quote' }
14
+proc-macro2 = { version = "0.3", features = ["nightly"] }
0 commit comments