Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cargo: no target_arch = wasm32 for native-certs dep
The `rustls-native-certs` crate doesn't support WASM (there's no native cert bundle or platform verifier). The existing conditional dependency import in `Cargo.toml` allowed the `unix` platform family that may include a wasm target arch target. This commit updates it to exclude these targets.
- Loading branch information