From a13105fe082f638ffc2c689d8c0ccb23dceed034 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Sun, 26 Nov 2023 14:04:01 +0100 Subject: askama_rocket: Rocket v0.5.0 --- askama_rocket/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askama_rocket/Cargo.toml b/askama_rocket/Cargo.toml index 9495d1b..f059338 100644 --- a/askama_rocket/Cargo.toml +++ b/askama_rocket/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.65" [dependencies] askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-rocket", "mime", "mime_guess"] } -rocket = { version = "0.5.0-rc.3", default-features = false } +rocket = { version = "0.5.0", default-features = false } [dev-dependencies] futures-lite = "2.0.0" -- cgit