Skip to content

Commit 8364200

Browse files
committed
Downgrade proc-macro2 to 1.0.3 to match rustc
1 parent d81e752 commit 8364200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ proc-macro = true
1414
[dependencies]
1515
synstructure = "0.12.1"
1616
quote = "1.0.2"
17-
proc-macro2 = "1.0.6"
17+
proc-macro2 = "1.0.3"
1818

1919
[dependencies.syn]
2020
version = "1.0.5"

0 commit comments

Comments
 (0)