Fix reqwest feature causing a compilation error (#42)
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
parent
7f1b98f7b1
commit
b6a8ee0684
|
@ -10,6 +10,6 @@ description = "An OpenAPI client generator - client support"
|
|||
bytes = "1.1.0"
|
||||
futures-core = "0.3.21"
|
||||
percent-encoding = "2.1"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
reqwest = { version = "0.11", features = ["json", "stream"] }
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Reference in New Issue