Rust Got Another Big Update!
2 min readJul 1, 2022
Welcome back! Rust is an awesome programming language with a ton of capability, if you’re new to Rust, check out the link below to learn more about it:
Rust just ended up getting a big update, this is Rust version 1.62.0! If you want to check out their release log, here is a link to it:
Let’s take a look at some of the changes with this update!
Performance Increase On Linux
This new version of Rust now brings some performance increases in Rust! Giving us a better experience on Linux machines!
Cargo Add Updates
This new version of Rust now gives us the ability of adding new dependencies directly from the command line using cargo add! Here is an example from their release page: