Cross seems to ignore the features I enabled for a crate #1092
-
I have a project using the ethers crate that I'm trying to compile for a My Cargo.toml file contains the following: [dependencies]
ethers = { version = "0.17", features = ["ipc", "rustls"] } I can compile for linux without any issues using
This seems to indicate that the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
the crate seems to only support https://docs.rs/ethers-providers/0.17.0/src/ethers_providers/transports/mod.rs.html#22 this shouldn't be a |
Beta Was this translation helpful? Give feedback.
the crate seems to only support
Ipc
on unixhttps://docs.rs/ethers-providers/0.17.0/src/ethers_providers/transports/mod.rs.html#22
this shouldn't be a
cross
issue