From fba6fbfdfde8257efb5e06bb35e9ddad0e24df03 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 31 Jul 2020 16:06:39 -0400 Subject: Use released `maud` crate. The maintainer has put up-to-date packages on crates.io, so let's use 'em for hygiene. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b4ca8a7..7b96dd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ thiserror = "~1.0" url = "~2.1" [dependencies.maud] -git = "https://github.com/lambda-fairy/maud" +version = "~0.22" features = ["actix-web"] [dev-dependencies] -- cgit v1.2.3