From: Ian Jackson Date: Sun, 7 Mar 2021 10:49:39 +0000 (+0000) Subject: cargo: Explicitly set fatures for reqwest X-Git-Tag: otter-0.4.0~242 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6962acc8496d7469ff6544c17648e804c7f86dfe;p=otter.git cargo: Explicitly set fatures for reqwest Cargo feature unifications means that if you build with --workspace it works despite the lack of this. Pfah. Signed-off-by: Ian Jackson --- diff --git a/apitest/Cargo.toml b/apitest/Cargo.toml index 46a99314..344a6f0b 100644 --- a/apitest/Cargo.toml +++ b/apitest/Cargo.toml @@ -15,7 +15,7 @@ otter = { path = ".." } ego-tree = "0.6" humantime = "2" -reqwest = { version = "0.11", features = ["blocking", "stream"] } +reqwest = { version = "0.11", features = ["blocking", "json", "stream"] } scraper = "0.12" # Repeated here because importing does not work properly