Skip to content

Commit c2acd9d

Browse files
committed
restrict proc-macro2 to version 1.0.86
1 parent f864c3e commit c2acd9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env_logger = { version = "0.11", optional = true }
4646
inflections = "1.1"
4747
log = { version = "~0.4", features = ["std"] }
4848
quote = "1.0"
49-
proc-macro2 = "1.0"
49+
proc-macro2 = "=1.0.86"
5050
anyhow = "1.0"
5151
thiserror = "1.0"
5252
serde = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)