diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-11-09 19:18:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 19:18:55 -0500 |
| commit | cdf287922e2c70344e9bcecc05df669d3c4dbfa2 (patch) | |
| tree | 2a1d73b56ce30a6b027a08a7fb23e93a6a7ec2c7 /Cargo.toml | |
| parent | d6cc29187b1c7cdd4d52d8a1f93f469cfab7c195 (diff) | |
| parent | b6b56fc792bb39eee4f7370fff9e1be18eb46814 (diff) | |
Merge pull request #18 from ojacobson/package-updates
Package updates
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
