restored local crate

try-to-manage-hyper-incomplete-message
Alessandro Caprarelli 2021-10-13 17:03:14 +02:00
parent 7b1fad447d
commit 161eb5a2af
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ keywords = ["reqwest", "http", "middleware", "retry"]
categories = ["web-programming::http-client"]
[dependencies]
reqwest-middleware = { version = "0.1.2" } # TODO remove this change: it was just to make rust-analyzer happy locally
reqwest-middleware = { version = "0.1.2", path = "../reqwest-middleware" }
anyhow = "1"
async-trait = "0.1.51"