Skip to content

Commit

Permalink
restrict proc-macro2 to version 1.0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck committed Oct 14, 2024
1 parent f864c3e commit c2acd9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ env_logger = { version = "0.11", optional = true }
inflections = "1.1"
log = { version = "~0.4", features = ["std"] }
quote = "1.0"
proc-macro2 = "1.0"
proc-macro2 = "=1.0.86"
anyhow = "1.0"
thiserror = "1.0"
serde = { version = "1.0", optional = true }
Expand Down

0 comments on commit c2acd9d

Please sign in to comment.