snaggen@programming.dev to Rust@programming.dev · 2 days agoAnnouncing Rust 1.85.0 and Rust 2024blog.rust-lang.orgexternal-linkmessage-square6fedilinkarrow-up179arrow-down10cross-posted to: [email protected][email protected]
arrow-up179arrow-down1external-linkAnnouncing Rust 1.85.0 and Rust 2024blog.rust-lang.orgsnaggen@programming.dev to Rust@programming.dev · 2 days agomessage-square6fedilinkcross-posted to: [email protected][email protected]
minus-squaretaladarlinkfedilinkarrow-up1·12 hours 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.