Skip to content

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! ^^

@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