Skip to content

Commit

Permalink
Upgrade syn and pretty-please
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Sep 23, 2023
1 parent b8cbea8 commit 1d6587c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 aoc-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ license = "Apache-2.0/MIT"

[dependencies]
eyre = "0.6.8"
prettyplease = "0.1.25"
prettyplease = "0.2.15"
regex = "1.9.5"
syn = "1.0.109"
syn = "2.0.37"
2 changes: 1 addition & 1 deletion aoc-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc_macro = true
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.67"
quote = "1.0.33"
syn = { version = "1.0.109", features = ["full", "parsing"] }
syn = { version = "2.0.37", features = ["full", "parsing"] }

[dev-dependencies]
trybuild = "1.0.85"

0 comments on commit 1d6587c

Please sign in to comment.