Earlier quoted context omitted.
> are you still astonished that they might give out the same IDs? No I think two sequences is exactly what's asked for. What I'm wondering is whether this is a warning when cargo fails to restore the crates and must use incompatible versions. I'd only be surprised if the behavior was a clean compile + a runtime crash. Because that's usually not the design chosen in Rust. > If the frog numbering code is using either c…
> What I'm wondering is whether this is a warning when cargo fails to restore the crates What does "fails to restore the crates" mean here? I've seen this verb "restore" used in some .NET software, but I can't see how it relates to Rust.
The cargo dependency resolver runs and the results can be viewed by cargo tree. I saw in the docs now that cargo tree -d can be used to help find incompatible packages.