Skip to content

Commit 1784b23

Browse files
committed
Update lazy-static example to new proc-macro2
1 parent 1c232a7 commit 1784b23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/lazy-static/lazy-static/Cargo.toml

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

1010
[dependencies]
1111
syn = { path = "../../../", features = ["full"] }
12-
quote = "0.5"
13-
proc-macro2 = { version = "0.3", features = ["nightly"] }
12+
quote = "0.6"
13+
proc-macro2 = { version = "0.4", features = ["nightly"] }

0 commit comments

Comments
 (0)