chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e927a9
)
cargo: Explicitly set fatures for reqwest
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 7 Mar 2021 10:49:39 +0000
(10:49 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 7 Mar 2021 10:49:39 +0000
(10:49 +0000)
Cargo feature unifications means that if you build with --workspace it
works despite the lack of this. Pfah.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/Cargo.toml
patch
|
blob
|
history
diff --git
a/apitest/Cargo.toml
b/apitest/Cargo.toml
index 46a99314e154fd545bde50ad68a118eba52b8bda..344a6f0b0f4cb5c9f9e456f8a854b9da44414642 100644
(file)
--- 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