Skip to content

Commit

Permalink
fix!: declare reqwest dependency update as breaking (#1328)
Browse files Browse the repository at this point in the history
Related to #1327 .
  • Loading branch information
Byron committed Mar 23, 2024
1 parent 57579f1 commit e304369
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gix-transport/CHANGELOG.md
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

A maintenance release without user-facing changes, but with a `reqwest` update that uses more recent tls and hyper versions.

YANKED: This version requires that the used `gix` crate is also uses the most recently published `gix v0.61.1`, or else
no HTTPS connection can be established at runtime. However, depending on the dependency tree, this isn't guaranteed to happen.
Further, it will definitely not be working correctly when compiled with `gix v0.60.0`, which would also pull this release
into its dependency tree.

### Commit Statistics

<csr-read-only-do-not-edit/>
Expand Down

0 comments on commit e304369

Please sign in to comment.