Skip to content

Commit 6e41e8e

Browse files
committed
Update examples/trace-var to proc-macro2 0.3
1 parent 4fbab46 commit 6e41e8e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/trace-var/trace-var/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ proc-macro = true
99

1010
[dependencies]
1111
syn = { path = "../../../", features = ["full", "fold"] }
12-
quote = "0.4"
13-
proc-macro2 = { version = "0.2", features = ["nightly"] }
12+
#quote = "0.5"
13+
quote = { git = 'https://github.com/dtolnay/quote' }
14+
proc-macro2 = { version = "0.3", features = ["nightly"] }

0 commit comments

Comments
 (0)