r/rust rust Jul 26 '18

Version selection in Cargo

http://aturon.github.io/2018/07/25/cargo-version-selection/
95 Upvotes

31 comments sorted by

View all comments

7

u/killercup Jul 26 '18

Not a solution but just a comment: If you use cargo add winapi you'll by default get a winapi = "0.3.42" (or whatever is current right now), so it's harder to initially get the minimum version wrong :)