Increase dependency specificity for async-tls #18
Loading…
Reference in New Issue
No description provided.
Delete Branch "(deleted):fix-main-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes a build error where async-tls v0.10.0 builds fine, but async-tls v0.10.1 (which includes and update from rustls v0.18 to rustls v0.19, fails.
This is a build error that I believe additionally affects the current crates.io release.
This also includes a very very small nonbreaking performance and readability improvement near where the problem area was.
This has been rebased onto
bebfa4d7
so it can be released as a patch version.Pull request closed