double oops
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Cadey Ratio 2020-08-08 16:17:35 -04:00
parent 740ac00628
commit 85a3cfda4a
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,6 @@ repository = "https://tulpa.dev/cadey/maj"
async-std = { version = "1.6", optional = true }
async-tls = { default-features = false, optional = true, version = "0" }
async-trait = { version = "0", optional = true }
gemtext = "0"
log = "0.4"
mime_guess = "2.0"
num = "0.2"
@ -29,6 +28,8 @@ url = "2"
webpki-roots = { version = "0.20", optional = true }
webpki = { version = "0.21.0", optional = true }
gemtext = { path = "./gemtext" }
[dev-dependencies]
pretty_env_logger = "0.4"