From 1cc4a67b04fc656f2509848629e73ef4cd098883 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 14 Nov 2024 07:37:15 -0800 Subject: [PATCH] fix: typo in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]