Skip to content

Commit

Permalink
Merge pull request #74 from linw1995/dependabot/cargo/syn-2.0.92
Browse files Browse the repository at this point in the history
Bump syn from 2.0.91 to 2.0.92
  • Loading branch information
linw1995 authored Dec 27, 2024
2 parents dace080 + 535b190 commit 357ad5f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions bearmark-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ proc-macro = true

[dependencies]
quote = "1.0.38"
syn = { version = "2.0.91", features = [] }
syn = { version = "2.0.92", features = [] }

[dev-dependencies]
syn = { version = "2.0.91", features = ["extra-traits"] }
syn = { version = "2.0.92", features = ["extra-traits"] }

0 comments on commit 357ad5f

Please sign in to comment.