summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-07-31 16:06:39 -0400
committerOwen Jacobson <owen@grimoire.ca>2020-07-31 16:06:39 -0400
commitfba6fbfdfde8257efb5e06bb35e9ddad0e24df03 (patch)
treed570bebf057e4a89cc354233dc59cdaf9d713a36 /Cargo.toml
parentedf5b562c09964f4a8f72549b955a07f8ca20322 (diff)
Use released `maud` crate.
The maintainer has put up-to-date packages on crates.io, so let's use 'em for hygiene.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]