Skip to content

Commit

Permalink
Revert "chore(build-templated-pages): disable default features on tera"
Browse files Browse the repository at this point in the history
This reverts commit 995bfe3.

Tera does not support only pulling in specific builtins (we just need the slugify one). See Keats/tera#890
  • Loading branch information
BD103 committed Jan 13, 2024
1 parent 0c76f44 commit 5248f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-templated-pages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ license = "MIT OR Apache-2.0"

[dependencies]
toml_edit = "0.20.7"
tera = { version = "1.19.1", default-features = false }
tera = "1.19.1"
serde = { version = "1.0.195", features = ["derive"] }
bitflags = "2.4.1"

0 comments on commit 5248f19

Please sign in to comment.