Closed TeddyHuang-00 closed 8 months ago
Also updated the rust-version
in Cargo.toml to 1.74.0, as clap_lex v0.7.0 requires for at least, as shown in the error message of https://github.com/astrale-sharp/typstfmt/actions/runs/8081248062/job/22079369708#step:4:94
Hey there and thanks :)
I think we had somewhat the intention of staying in sync with typst for some reason, opinions @arnaudgolfouse ?
That being said, I don't see a real reason to do that and so I'm in favor of merging this as is.
Well in that case there are still two good reasons:
In short this is pretty well-aligned with Typst settings.
Color me convinced then, thanks for your interest and contribution!
I'm merging this, may I ask what motivated you to do this specific contribution? :)
I'm merging this, may I ask what motivated you to do this specific contribution? :)
Thank you for your fabulous work! I am a huge fan of Typst, where typstfmt is doing a lot of help for me. The direct reason for this PR is that I am maintaining typstfmt-bin on AUR and found out that the the new version doesn't come with linux binaries, so I just dig a little bit to see what I can help :smile:
Oh that's lovely :D
Update rust toolchain version to the latest stable. Should solve the issue https://github.com/astrale-sharp/typstfmt/issues/156
Side note: I think this might be better than pinning the toolchain version to a specific number. If it is so with other concerns, I shall change that back to something like 1.76.0 which should also work in theory