Closed
Description
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.