Skip to content

Commit 244063b

Browse files
committed
Use proc-macro2 1.0
1 parent dffd40c commit 244063b

File tree

2 files changed

+13
-28
lines changed

2 files changed

+13
-28
lines changed

Cargo.lock

Lines changed: 12 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambda-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)