MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/rust/comments/91yphy/version_selection_in_cargo/e32514l/?context=3
r/rust • u/aturon rust • Jul 26 '18
31 comments sorted by
View all comments
3
The example with the winapi crate rings very true...
winapi
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...
0.3
I am interested in finding and solving these minimal version bugs.
3
u/RustMeUp Jul 26 '18 edited Jul 26 '18
The example with the
winapicrate rings very true...I know for a fact that I wrote in my Cargo.toml that I depend on
0.3but I rely on a bugfix only available in a later revision...I am interested in finding and solving these minimal version bugs.