Skip to content

0.26.0

Choose a tag to compare

@Jake-Shadle Jake-Shadle released this 07 Jan 16:35
· 11 commits to main since this release

Removed

  • PR#103 removed the gix based support for fetching and accessing git registry indices, resolving #98. Those who need to access them can use older versions of this crate, crates-index, or roll their own.

Changed

  • PR#104 updated reqwest to 0.13. Due to the changes in reqwest:0.13.0 related to TLS, tame-index no longer provides TLS related feature flags, leaving it completely up to the user to properly configure TLS on the client before passing it. See tls.rs for an example of how one can configure a client.