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

generator: Remove hashbrown dependency #93

Merged
merged 1 commit into from
Jul 15, 2019

Conversation

tony-iqlusion
Copy link
Member

handlebars 2.0.0 -> 2.0.1 upgraded hashbrown versions from 0.4 to 0.5 and in doing so broke the Abscissa v0.1 release, which now has an older incompatible v0.4. I've opened an upstream issue about this here:

sunng87/handlebars-rust#279

To avoid this in the future, this change removes the external dependency. The implementation is a bit hacky, but gets the job done.

handlebars 2.0.0 -> 2.0.1 upgraded `hashbrown` versions from 0.4 to 0.5
and in doing so broke the Abscissa v0.1 release, which now has an older
incompatible v0.4. I've opened an upstream issue about this here:

sunng87/handlebars-rust#279

To avoid this in the future, this change removes the external
dependency. The implementation is a bit hacky, but gets the job done.
@tony-iqlusion tony-iqlusion merged commit a64a90c into develop Jul 15, 2019
@tony-iqlusion tony-iqlusion deleted the remove-hashbrown-dependency branch July 15, 2019 15:51
@tony-iqlusion tony-iqlusion mentioned this pull request Jul 17, 2019
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.

None yet

1 participant