In this post, I want to highlight one aspect of Go-style minimal version selection that I have missed completely at first. Maybe you missed it too?| matklad.github.io
Semantic Import Versioning| research.swtch.com
The Principles of Versioning in Go| research.swtch.com
For the past few months I’ve been working on Akku.scm, a| weinholt.se
When there are multiple ways to resolve dependencies, Cargo generally chooses the newest possible version. The goal of this post is to explain why Cargo works this way, and how that rationale relates to several recent discussions, including:| Aaron Turon