From 88cb31516e23dde8b5a7bbf48c8faad22483ff02 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 24 Nov 2021 20:40:59 -0800 Subject: Remove authors from Cargo metadata (see RFC 3052) --- askama_actix/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'askama_actix/Cargo.toml') diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index 8514a9b..8e81976 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "askama_actix" version = "0.11.1" -authors = ["Dirkjan Ochtman "] description = "Actix-Web integration for Askama templates" documentation = "https://docs.rs/askama" keywords = ["markup", "template", "jinja2", "html"] -- cgit From fd74cec18c73ed9166779742ba43d3e838a07b03 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 24 Nov 2021 20:54:47 -0800 Subject: Bump version numbers --- askama_actix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_actix/Cargo.toml') diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index 8e81976..3c89f2a 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] actix-web = { version = "4.0.0-beta.10", default-features = false } -askama = { version = "0.11.0-beta.1", path = "../askama", default-features = false, features = ["with-actix-web", "mime", "mime_guess"] } +askama = { version = "0.11.0", path = "../askama", default-features = false, features = ["with-actix-web", "mime", "mime_guess"] } bytes = { version = "1" } futures-util = { version = "0.3" } -- cgit