Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 3.07 KB

2019_october_29.md

File metadata and controls

38 lines (30 loc) · 3.07 KB

This October In Rust

News and Announcements

  • 🎈🎉 Announcing Rust 1.38.0. 🎉🎈
    • Pipelined compilation!
    • Linting incorrect usage of mem::uninitialized and mem::zeroed!
    • Mark macros #[deprecated]!
    • Use std::any::type_name for a debug-only way to get the name of a type!
    • ... and more!
  • Announcing Rustup 1.20.0
    • Support for different install profiles.
    • Only install latest compatible nightly.
    • Improvements to rustup doc.
  • Security advisory for Cargo - Rust 1.0 - 1.25 are vulnerable to malicious crate name squatting that exploits a newer Cargo feature not present in those older versions. If you're using this version of Rust, update to the latest version to avoid this issue!
  • async/await hits beta!
  • Announcing the "Inside Rust" Blog - A new blog with more regular updates on the internal goings-on in Rust's development.

Helpful Articles

Tales from Production

Tools and Toys