88
Announcing Rust 1.85.0 and Rust 2024
(blog.rust-lang.org)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Thanks! That pre-empted my next question of how quickly crates typically update to newer editions. I guess it doesn't matter
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.