diff --git a/Cargo.toml b/Cargo.toml index 05a6cde..f813463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]