typst / biblatex

A Rust crate for parsing and writing BibTeX and BibLaTeX files.
Apache License 2.0
120 stars 15 forks source link

Update `strum`, to update `syn` #46

Closed CGMossa closed 7 months ago

CGMossa commented 7 months ago

Latest version of strum uses syn version 2. This will make typst only depend on syn2, which should help with build times.

laurmaedje commented 7 months ago

Thanks!