mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +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
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
askama = { version = "0.11.2", features = "serde_json" }
|
askama = { version = "0.12", features = ["serde_json"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
### `json` | `tojson`
|
### `json` | `tojson`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user