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

docs: add a feature rustls-platform-verifier in the list of README.md #277

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

junkurihara
Copy link
Contributor

Hi! This fixes the missing feature explanation of rustls-platform-verifier in README.md, as mentioned by @djc (#276 (comment))

(This only updates README.md. IMHO, adding the following line in Cargo.toml looks better for explicitly showing the map between a crate and a feature. But it is totally unnecessary at this point, and up to main developers :-) )

[features]
...
rustls-platform-verifier = [ "rustls-platform-verifier" ]
...

@djc
Copy link
Member

djc commented Jun 7, 2024

Thanks! At some point we should probably migrate to explicit features, but it's not a very high priority.

@djc djc added this pull request to the merge queue Jun 7, 2024
Merged via the queue into rustls:main with commit a8d14bb Jun 7, 2024
11 checks passed
@junkurihara junkurihara deleted the fix/readme-rustls-platform-verifier branch June 7, 2024 08:53
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.

2 participants