Skip to content

Commit 651da29

Browse files
committed
Use proc-macro2 1.0
1 parent d236d27 commit 651da29

File tree

2 files changed

+13
-28
lines changed

2 files changed

+13
-28
lines changed

Cargo.lock

+12-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambda-attributes/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ edition = "2018"
88
proc-macro = true
99

1010
[dependencies]
11-
proc-macro2 = { version = "0.4.30" }
11+
proc-macro2 = "1.0"
1212
syn = { version = "1.0.5", features = ["full"] }
1313
quote = "1"

0 commit comments

Comments
 (0)