Skip to content

Commit

Permalink
Bump proc-macro2 to 1.0.69 to fix a compilation regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-hamester committed Oct 13, 2023
1 parent b196a5c commit 4a4f6e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 codegen-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ version = "1.0.3"
default-features = false

[dependencies.proc-macro2]
version = "1.0.18"
version = "1.0.69"
default-features = false

[dependencies.syn]
Expand Down
2 changes: 1 addition & 1 deletion proto-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.64.0"
proc-macro = true

[dependencies.proc-macro2]
version = "1.0.18"
version = "1.0.69"
default-features = false

[dependencies.quote]
Expand Down

0 comments on commit 4a4f6e9

Please sign in to comment.