Update Rust crate askama to 0.16#749
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15→0.16Release Notes
askama-rs/askama (askama)
v0.16.0Compare Source
This new release increases compatibility with
jinjalanguage, add support for more rust expressions in the templates. Take a look at the book for the migration guide.(❗ = breaking change)
New features
❗Add support for
let blocksby @GuillaumeGomez in #697Implement compound assignments (e.g.
{% mut a += 1 %}) by @Kijewski in #685Add support for tuple, array and slice in type generics by @GuillaumeGomez in #721
Add support for macro args type annotations by @GuillaumeGomez in #722
Add support for
caller()in variable declaration by @GuillaumeGomez in #724Add glob support for
dirsin config file by @GuillaumeGomez in #731Bugfixes
size_hintis collected by @Kijewski in #700dyninstead of plain generic bounds by @GuillaumeGomez in #726std::path::absoluteto avoid symlinking template paths by @kaepr in #720Other
Performance
Documentation
configby @GuillaumeGomez in #732Templatetrait methods can returnErrby @GuillaumeGomez in #730Internal changes
Tygenerics by @GuillaumeGomez in #723complex-expressionbenchmark by @Kijewski in #691Cargo.tomlfiles by @GuillaumeGomez in #696rand+rand_xoshirodev-dependencies by @Kijewski in #701trybuildversion to1.0.116to enforce diagnostics width by @GuillaumeGomez in #718New Contributors
Full Changelog: askama-rs/askama@v0.15.4...v0.16.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.