We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c232a7 commit 1784b23Copy full SHA for 1784b23
1 file changed
examples/lazy-static/lazy-static/Cargo.toml
@@ -9,5 +9,5 @@ proc-macro = true
9
10
[dependencies]
11
syn = { path = "../../../", features = ["full"] }
12
-quote = "0.5"
13
-proc-macro2 = { version = "0.3", features = ["nightly"] }
+quote = "0.6"
+proc-macro2 = { version = "0.4", features = ["nightly"] }
0 commit comments