Skip to content

trillium-rustls-v0.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Jan 02:23
· 477 commits to main since this release

This release updates to rustls v0.22 and switches from using async-rustls to futures-rustls. It also introduces client and server cargo features, both of which are enabled by default.

Added

  • (rustls) [breaking] add client and server features
  • (rustls) [breaking] update trillium-rustls, switching to futures-rustls