Merge pull request #373 from bionicles/patch-1

fix toml features field in the filters chapter of the book
This commit is contained in:
Guillaume Gomez 2025-03-19 20:49:57 +01:00 committed by GitHub
commit a9483c624f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`