From e30436982903e82a0c635bec58dfee1fff33fed8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 23 Mar 2024 13:44:34 +0100 Subject: [PATCH] fix!: declare `reqwest` dependency update as breaking (#1328) Related to https://github.com/Byron/gitoxide/pull/1327 . --- gix-transport/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gix-transport/CHANGELOG.md b/gix-transport/CHANGELOG.md index f2922b8293..c3bebbc4ee 100644 --- a/gix-transport/CHANGELOG.md +++ b/gix-transport/CHANGELOG.md @@ -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