Quoting Maytham Alsudany (2025-01-13 14:33:45)
> rust-hypothesis currently depends on librust-reqwest-dev 0.11.23.  
> 
> reqwest 0.12.9 is currently available in experimental.
> 
> Please either relax this dependency (>= 0.11) and upload to unstable, or
> depend on 0.12 and upload to experimental. The former would be
> preferred, as I've confirmed hypothesis successfully builds with reqwest
> 0.12 and no other changes.

If a crate supports both current branch and a newer branch, then a
better flexible-but-still-cautious expression is to only accept the
known working range of branches, like this:

version = "=> 0.11, <= 0.12"

I will do that, thanks to your testing that it works with 0.12.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/
 * Sponsorship: https://ko-fi.com/drjones

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature

Reply via email to