Continuing the discussion from PSA: Check if your Cargo crates are clean and tagged:
Thank you!
I have a question (for the forum at large; it's not directed at you). This is from one of my crates...
Dependency windows 0.48 is outdated
Upgrade to 0.54.0 to get all the fixes
Unfortunately, from 48 to 54 is a breaking change. I had to make a decision to support one of them. I decided the older one was the better choice based on the assumption that there were probably more folks using it. (It looks like 51 is now the better choice.)
Do I have to pick one? Is there a way to have conditional compilation based on what was chosen for the dependent crate? For example, if Cathy Jo is using version 54, is there a way my crate can automatically use 54? Where conditional compilation adjusts my crate for someone using 54?