iomentum / cargo-scaffold

cargo scaffold lets you scaffold and generate projects described in a simple TOML file
MIT License
57 stars 12 forks source link

Update to support handlebars v5 #50

Closed campeis closed 10 months ago

campeis commented 10 months ago

Update to handlebars v5. for the same breaking change handlebars_misc_helpers has to be updated too.

Handlebars v5 simplified Helper lifetimes.

It also deprecates creating RenderError directly in favor of using a new RenderErrorReason enum.

bnjjj commented 10 months ago

Thanks ! Does it break something in the usage of handlebars templating ? Or is it only about the API ?

campeis commented 10 months ago

Just the APIs, no change to the templates is mentioned in the changelog

bnjjj commented 10 months ago

Thanks @campeis it has been published on 0.10.0