From 6c8c0d63065608ca079110fe20721b7c4d8594f8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 21 Dec 2021 23:00:22 +0100 Subject: askama_axum: prepare version 0.1.0 --- askama_axum/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'askama_axum/Cargo.toml') diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 998f54a..b972626 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_axum" -version = "0.10.0" +version = "0.1.0" edition = "2018" description = "Axum integration for Askama templates" keywords = ["markup", "template", "jinja2", "html", "axum"] @@ -22,4 +22,4 @@ http-body = "0.4" axum = { version = "0.4", default-features = false } hyper = { version = "0.14", features = ["full"] } tokio = { version = "1.0", features = ["full"] } -tower = { version = "0.4", features = ["util"] } \ No newline at end of file +tower = { version = "0.4", features = ["util"] } -- cgit