mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
build: define features for 'hyper' crate (#18882)
Fixes the "publish" CI step. Somehow neither `cargo build` nor `cargo clippy` don't complain about it.
This commit is contained in:
parent
39ece1fe0d
commit
de5bd4e536
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ futures = "0.3.21"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
http = "0.2.9"
|
http = "0.2.9"
|
||||||
httparse = "1.8.0"
|
httparse = "1.8.0"
|
||||||
hyper = "0.14.26"
|
hyper = { version = "0.14.26", features = ["runtime", "http1"] }
|
||||||
indexmap = { version = "1.9.2", features = ["serde"] }
|
indexmap = { version = "1.9.2", features = ["serde"] }
|
||||||
libc = "0.2.126"
|
libc = "0.2.126"
|
||||||
log = "=0.4.17"
|
log = "=0.4.17"
|
||||||
|
|
Loading…
Add table
Reference in a new issue