Conversation
see: https://github.com/rustls/rustls/blob/main/rustls/Cargo.toml#L23 this feature was renamed in rustls/rustls@192ab85, via rustls/rustls#2549. this updates the `logging` feature so that it now points to the new name of this feature. Signed-off-by: katelyn martin <git@katelyn.world>
I don't think the commit with that change has been published in a release yet, right?
Since this repo is using rustls 0.23.x I think the right |
Correct. rustls 0.23.* does actually have a feature called |
|
that's right! this rename is in |
and this is also true! "rustls feature" felt like the most concise way to fit this in a pull request title, vs "implicitly added cargo feature for an optional dependency" 😅 |
Sounds good. Let's x-link with rustls/rustls#2400 to help remember. |
see https://github.com/rustls/rustls/blob/main/rustls/Cargo.toml#L23
this feature was renamed in rustls/rustls@192ab85, via rustls/rustls#2549.
this updates the
loggingfeature so that it now points to the new name of this feature.