Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable rustls_native_certs::load_native_certs on FreeBSD #105

Merged
merged 2 commits into from
Jun 26, 2024

Commits on Jun 26, 2024

  1. 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.
    cpu committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d974c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63cfee6 View commit details
    Browse the repository at this point in the history