restored local crate

This commit is contained in:
Alessandro Caprarelli 2021-10-13 17:03:14 +02:00
parent 7b1fad447d
commit 161eb5a2af

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"