The best Rust update ever
⚓ Rust 📅 2026-03-05 👤 surdeus 👁️ 3I'm irrationally happy about the TOML 1.1 support in Rust 1.94.0. Like I'm thinking about baking a cake to celebrate.
Using the example from the announcement post on the Rust blog:
serde = { version = "1.0", features = ["derive"] }
Can now be written as:
serde = {
version = "1.0",
features = ["derive"],
}
cries from happiness
1 post - 1 participant
🏷️ Rust_feed