Finomnis
Finomnis
@kisvegabor Fair :)
@sirhcel Isn't that what `cargo update --precise` is for? So you can downgrade dependencies? Maybe I'm wrong. I recently had to compile a `hyper` webserver with an old cargo version...
Hey, I didn't know Rust 2024's resolver takes MSRV into account! That's awesome. And yes you are right, there sadly isn't much consensus about this topic. I just know I...
It's not that urgent, I currently simply use an old version of `serialport` which seems to work fine, I would just like to update to a new `serialport` version at...
This thread shows how crazy the MSRV situation actually is: https://www.reddit.com/r/rust/comments/1jmcv5v/a_rant_about_msrv/ Hopefully some guidance will be had at some point.