mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 10:56:32 +00:00
restored local crate
This commit is contained in:
parent
7b1fad447d
commit
161eb5a2af
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue