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

feat: add experimental tls_native_roots feature #1160

Merged
merged 8 commits into from
Jul 8, 2024
Merged

Conversation

Gankra
Copy link
Member

@Gankra Gankra commented Jun 20, 2024

The main goal of this is actually updating axoasset to 1.0.0 and
enabling the tls_native_roots feature as appropriate.

This speculatively also adds a ClientSettings type which isn't really
important but ensures all the places where we make clients are flagged
for future updates.

@Gankra Gankra marked this pull request as draft June 20, 2024 15:13
@Gankra Gankra marked this pull request as ready for review July 5, 2024 19:47
// .tls_built_in_native_certs(*prefer_native_tls);
let client = builder
.build()
.expect("failed to intitalize http client");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.expect("failed to intitalize http client");
.expect("failed to initialize http client");

The main goal of this is actually updating axoasset to 1.0.0 and
enabling the rusttls_native_tls feature as appropriate.

This speculatively also adds a ClientSettings type which isn't really
important but ensures all the places where we make clients are flagged
for future updates.
@Gankra Gankra changed the title feat: centralize client init feat: add experimental tls_native_roots feature Jul 5, 2024
cargo-dist/src/lib.rs Outdated Show resolved Hide resolved
@Gankra Gankra merged commit 8aeb362 into main Jul 8, 2024
16 checks passed
@Gankra Gankra deleted the axoasset-redux branch July 8, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants