Skip to content

Commit

Permalink
Merge pull request #128 from evenfurther/renovate/quote-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate quote to 1.0.36
  • Loading branch information
renovate[bot] authored Apr 10, 2024
2 parents f21a91a + 621a588 commit 6c8e942
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 aoc-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proc_macro = true
[dependencies]
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.79"
quote = "1.0.35"
quote = "1.0.36"
syn = { version = "2.0.58", features = ["full", "parsing"] }

[dev-dependencies]
Expand Down

0 comments on commit 6c8e942

Please sign in to comment.