This is sweet:<p>For example, if I have three packages:<p><pre><code> - uno depends on json 1.3.6
- dos depends on json 1.4.12
- tres depends on json 2.1.0
</code></pre>
Cargo will use json 1.4.12 for uno and dos, and json 2.1.0 for tres.<p>Hopefully rust builds a culture that respects semantic versioning better than the Ruby & Node cultures do. That has to start at the top. There were several Rails 2.3.X releases with minor ABI incompatibilities. Truly respecting semver would have required these patch level updates to get a new major number.