Crates need to specify which versions they use #2069
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
During the switch to 0.2 I ran into several baffling cases of crates not linking to the correct versions of their dependencies. If our versioning is going to work correctly (allowing versions to live alongside each other) then we need to actually specify version numbers in our
use
statements. Probably every crate in the main repo should be explicit about which versions they require.The text was updated successfully, but these errors were encountered: