fix: typo in Cargo.toml
This commit is contained in:
parent
2eabf66c73
commit
1cc4a67b04
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ tower-http = { version = "0.5.0", features = ["fs", "trace", "limit"] }
|
|||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
|
||||
# I want to use askama's block feature, this requries unreleased 0.13
|
||||
# I want to use askama's block feature, this requires unreleased 0.13
|
||||
[dependencies.askama]
|
||||
git = "https://github.com/djc/askama.git"
|
||||
features = ["with-axum"]
|
||||
|
|
Loading…
Reference in a new issue