Alexey Kotlyarov@koterpillar·Feb 15Do any package managers have stale/evil/conservative mode? Where asking for "foo >= 1.0.0" will just give you 1.0.0 even if 2.3.4 already exists?4
Brendan Zabarauskas@brendanzabReplying to @brendanzab and @koterpillarIt was proposed here: https://github.com/rust-lang/cargo/issues/4100… Then implemented here:github.comfeat(resolver): Add CLI option to resolve minimal version dependencies by klausi · Pull Request...Fixes #4100 Test cases are still missing. We need to come up with a plan what cases we want to cover. Thanks a lot to @Eh2406 for very helpful instructions to kick this off.10:03 AM · Feb 15, 2022·Twitter Web App1 Like