Skip to content

Commit

Permalink
Upgrade to syn 2.0.0 (#400)
Browse files Browse the repository at this point in the history
* Upgrade syn

* Disable proc-macro-error syn 1.0.0 dependency

* Update docs lockfile
  • Loading branch information
sgued committed Nov 26, 2023
1 parent 8c47208 commit 8318963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
18 changes: 3 additions & 15 deletions docs/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 maud_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ description = "Compile-time HTML templates."
edition = "2021"

[dependencies]
syn = "1.0.8"
syn = "2"
quote = "1.0.7"
proc-macro2 = "1.0.23"
proc-macro-error = "1.0.0"
proc-macro-error = { version = "1.0.0", default-features = false }

[lib]
name = "maud_macros"
Expand Down

0 comments on commit 8318963

Please sign in to comment.