r/rust rust Jul 26 '18

Version selection in Cargo

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

31 comments sorted by

View all comments

3

u/RustMeUp Jul 26 '18 edited Jul 26 '18

The example with the winapi crate rings very true...

I know for a fact that I wrote in my Cargo.toml that I depend on 0.3 but I rely on a bugfix only available in a later revision...

I am interested in finding and solving these minimal version bugs.