Skip to content

Commit

Permalink
Merge pull request #29 from Cr0a3/dependabot/cargo/proc-macro2-1.0.88
Browse files Browse the repository at this point in the history
Bump proc-macro2 from 1.0.87 to 1.0.88
  • Loading branch information
Cr0a3 authored Oct 17, 2024
2 parents 8aa721d + 3b2d47c commit 1c666e6
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 src/proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0.87"
proc-macro2 = "1.0.88"

[lib]
proc-macro = true
Expand Down

0 comments on commit 1c666e6

Please sign in to comment.