diff options
Diffstat (limited to '')
-rw-r--r-- | askama_axum/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 7c7d85e..034d235 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -2,7 +2,7 @@ name = "askama_axum" version = "0.3.0" edition = "2021" -rust-version = "1.58" +rust-version = "1.65" description = "Axum integration for Askama templates" keywords = ["markup", "template", "jinja2", "html", "axum"] categories = ["template-engine"] |