ICU4X should avoid having ICU4X in its dependency tree via url
crate
#5871
Labels
C-process
Component: Team processes
needs-approval
One or more stakeholders need to approve proposal
Milestone
Currently we have the
url
crate in our dependency tree viaicu_provider_source
, which causes us to pull in multiple copies oficu4x
:We should try to avoid this. I think the
url
crate was considering makingicu4x
an optional feature. Alternatively, maybe we should use something other thanureq
. That would still be brittle because any of our other dependencies could still choose at any time to addurl
back as a dependency.@Manishearth @hsivonen
The text was updated successfully, but these errors were encountered: