Skip to content

Commit 992fc27

Browse files
committed
Enable the urlencode feature of minijinja
1 parent 4dcb8f8 commit 992fc27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ version = "0.3.17"
379379
# Templates
380380
[workspace.dependencies.minijinja]
381381
version = "2.11.0"
382-
features = ["builtins", "loader", "json", "speedups", "unstable_machinery"]
382+
features = ["urlencode", "loader", "json", "speedups", "unstable_machinery"]
383383

384384
# Additional filters for minijinja
385385
[workspace.dependencies.minijinja-contrib]

0 commit comments

Comments
 (0)