summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-11-09 19:18:55 -0500
committerGitHub <noreply@github.com>2020-11-09 19:18:55 -0500
commitcdf287922e2c70344e9bcecc05df669d3c4dbfa2 (patch)
tree2a1d73b56ce30a6b027a08a7fb23e93a6a7ec2c7 /Cargo.toml
parentd6cc29187b1c7cdd4d52d8a1f93f469cfab7c195 (diff)
parentb6b56fc792bb39eee4f7370fff9e1be18eb46814 (diff)
Merge pull request #18 from ojacobson/package-updates
Package updates
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]