Open thomaseizinger opened 6 days ago
As of rustls 0.23, aws-lc-rc is the default crypto backend of rustls. In order to allow binaries to choose, which crypto backend to use, libraries need to disable rustls' default features.
aws-lc-rc
The CI failure appears unrelated to my changes. That is likely broken on master too?
master
Yes it most likely is due to a Rust update.
As of rustls 0.23,
aws-lc-rc
is the default crypto backend of rustls. In order to allow binaries to choose, which crypto backend to use, libraries need to disable rustls' default features.