Remove --feature http because wasmer_registry requires HTTP deps

This commit is contained in:
Felix Schütt
2022-12-02 11:56:28 +01:00
parent 81cde2b982
commit cdbacbb67b
2 changed files with 5 additions and 15 deletions

View File

@@ -1371,7 +1371,6 @@ impl LinkCode {
}
}
#[cfg(feature = "http")]
mod http_fetch {
use anyhow::{anyhow, Context, Result};
use http_req::{request::Request, response::StatusCode, uri::Uri};