Rust Language

Rust Language's avatar
Rust Language
npub1n6lg...4ths
A programming language empowering everyone to build reliable and efficient software. Website: https://rust-lang.org/ Blog: https://blog.rust-lang.org/ Bluesky: https://bsky.app/profile/rust-lang.org
The crates.​io team was notified of two malicious crates (with similar names as legitimate crates) which were actively searching file contents for Etherum private keys, Solana private keys, and arbitrary byte arrays for exfiltration. The malicious crates have been removed. See the blog post for details:
Happy new Rust! πŸŽ†πŸ¦€ Rust 1.89.0 has been released! This release brings you inferrred args to const generics (e.g. array length: `[false, _]`), the new mismatched_lifetime_syntaxes lint, u128/i128 in extern "C", NonZero<char>, File::{lock,unlock,etc.}, many x86 intrinsics, and much more! ✨ Check out the blog post and release notes for all the details: