Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Rust 2021, do a clippy pass and update dependencies #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

domenicquirl
Copy link

Hey! So I'm doing a dependency pass on some code at the moment and I noticed an ancient version of regex (together with some more recent versions) being compiled in. Looking at this in detail showed the regex dependency comes through the 4 year old version of handlebars used in the build script here. While #18 notes something similar, they were satisfied with it not being a runtime dependency, while I am trying to get rid of the additional compile time.

Hence, I have updated the handlebars dependency (and also minorly bumped nix) and in the process silenced some clippy lints and migrated to the 2021 edition (there wasn't really anything to do here, besides specifying the edition in Cargo.toml).

Do you think we could get a release with the updated dependency tree?

@domenicquirl
Copy link
Author

Net negative, nice! ^^

Cargo.toml Outdated Show resolved Hide resolved
@domenicquirl
Copy link
Author

@rtzoeller done. Probably not gonna be much of a difference for us because of other uses of nix, but helpful regardless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants