mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
Merge pull request #373 from bionicles/patch-1
fix toml features field in the filters chapter of the book
This commit is contained in:
commit
a9483c624f
@ -420,7 +420,7 @@ The following filters can be enabled by requesting the respective feature in the
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
askama = { version = "0.11.2", features = "serde_json" }
|
||||
askama = { version = "0.12", features = ["serde_json"] }
|
||||
```
|
||||
|
||||
### `json` | `tojson`
|
||||
|
Loading…
x
Reference in New Issue
Block a user