lambda-fairy / maud

:pencil: Compile-time HTML templates for Rust
https://maud.lambda.xyz
Apache License 2.0
2.09k stars 137 forks source link

Upgrade to `syn` 2.0.0 #400

Closed sgued closed 10 months ago

sgued commented 10 months ago

This PR bumps the syn dependency to version 2.0.0

It also removes the default features of proc-macro-error (which weren't used) to remove the transitive dependency on syn 1.0.0.

lambda-fairy commented 10 months ago

Thank you!