snaggen to Rust · 1 month agoAnnouncing Rust 1.85.0 and Rust 2024blog.rust-lang.orgexternal-linkmessage-square8fedilinkarrow-up189arrow-down10cross-posted to: [email protected]programming
arrow-up189arrow-down1external-linkAnnouncing Rust 1.85.0 and Rust 2024blog.rust-lang.orgsnaggen to Rust · 1 month agomessage-square8fedilinkcross-posted to: [email protected]programming
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up3·1 month agoThere is also cargo fix --edition which can update your code in a very conservative way automatically. The result might not be as idiomatic but errs on the side of having semantics that do not change.
There is also
cargo fix --edition
which can update your code in a very conservative way automatically. The result might not be as idiomatic but errs on the side of having semantics that do not change.