Be careful to not upgrade Libraries, as it implicitly bump the msrv ;)
Be careful to not upgrade Libraries, as it implicitly bump the msrv ;)
Don’t worry. People actually throwing things in the trash instead of anywhere else is uncommon
Oh no. I thought it was going to be pain tech 2.0
That sound actually amazing for the priso- I mean, oh no! It’s so horrible! It’s exactly what they deserve!
cargo update
… It’s that simple.
Yes and no. Would make sense in os point of view, but not in the gym spotting sense
Mint is my favourite distro. Is everything I want from my computer.
… Except the Nvidia support. I need the actual proprietary driver for cuda and it’s not the easiest of rides.
(I switched to Nobara for better support and now the drivers memory leak. I need the courage to distrohop again)
Beware of child predators
In general, apps/bins should strive for the latest msrv and lastest dependencies
Libraries should do the reverse and try for the lowest msrv and dependencies version (That actually work! Don’t put
version = "1"
when you need1.4.2
!)