0
0
Fork 0
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:
Bartek Iwańczuk 2023-04-28 05:39:42 +02:00 committed by GitHub
parent 39ece1fe0d
commit de5bd4e536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ futures = "0.3.21"
hex = "0.4"
http = "0.2.9"
httparse = "1.8.0"
hyper = "0.14.26"
hyper = { version = "0.14.26", features = ["runtime", "http1"] }
indexmap = { version = "1.9.2", features = ["serde"] }
libc = "0.2.126"
log = "=0.4.17"