Open
Description
Current behavior 😯
gix-url
specifies url = "2.1.1"
requirement, but uses features from version 2.2.
Expected behavior 🤔
It should build with the versions it specifies in Cargo.toml
, i.e. cargo update -Z minimal-versions
.
Normally I wouldn't care about minimal-versions that much, but gix
is releasing semver-major versions frequently, which other crates are not keeping up with, and I have multiple duplicate copies of gix
in my dependency tree that I'm desperately trying to dedupe.
Git behavior
N/A
Steps to reproduce 🕹
No response