appservice: Switch warp to git dep so it works OOTB

master
Johannes Becker 2021-06-08 07:26:11 +02:00
parent d8b23f789d
commit 7116fc1103
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ serde_yaml = "0.8"
thiserror = "1.0"
tracing = "0.1"
url = "2"
warp = { version = "0.3", optional = true, default-features = false, features = ["multipart", "websocket"] }
warp = { git = "https://github.com/seanmonstar/warp.git", rev = "629405", optional = true, default-features = false, features = ["multipart", "websocket"] }
matrix-sdk = { version = "0.2", path = "../matrix_sdk", default-features = false, features = ["appservice", "native-tls"] }