Marco Ieni 🦀 (@marcoieni) 's Twitter Profile
Marco Ieni 🦀

@marcoieni

Infrastructure Eng @rust_foundation

🎙️ Podcast ieni.dev/rustship
🦀 Automating Rust releases @release_plz_dev
🐘 @[email protected]

ID: 1250353233748357122

linkhttps://ieni.dev/ calendar_today15-04-2020 09:20:41

1,1K Tweet

1,1K Followers

394 Following

Francesco Ciulla (@francescociull4) 's Twitter Profile Photo

Back to livestreaming on Friday! I'll have the honor of having Marco Ieni 🦀, part of the Rust Foundation, talk about this mindblowing programming language! We will also talk about a tool he's currently working on, release-plz! 🗓️ Feb 28, 5pm CET Link below

Back to livestreaming on Friday!

I'll have the honor of having <a href="/marcoieni/">Marco Ieni 🦀</a>, part of the Rust Foundation, talk about this mindblowing programming language!

We will also talk about a tool he's currently working on, release-plz!

🗓️ Feb 28, 5pm CET

Link below
Marco Ieni 🦀 (@marcoieni) 's Twitter Profile Photo

Compile time speed of the Rust compiler stable versions over time (from 2018 to today). More data and info at perf.rust-lang.org/dashboard.html

Compile time speed of the Rust compiler stable versions over time (from 2018 to today).
More data and info at perf.rust-lang.org/dashboard.html
Andrew Gallant (@burntsushi5) 's Twitter Profile Photo

It seems likely that there will be a RUSTSEC advisory for `humantime` being unmaintained. This is a reminder that Jiff should cover all use cases of `humantime`. Specifically, its friendly duration format was specifically designed with this in mind: docs.rs/jiff/latest/ji…

It seems likely that there will be a RUSTSEC advisory for `humantime` being unmaintained.

This is a reminder that Jiff should cover all use cases of `humantime`. Specifically, its friendly duration format was specifically designed with this in mind: docs.rs/jiff/latest/ji…
Marco Ieni 🦀 (@marcoieni) 's Twitter Profile Photo

I finally found some time to review all the rustc "Allowed-by-default Lints". I tested them in release-plz and added a bunch of those in my workspace Cargo.toml 🎉 Learn more at doc.rust-lang.org/rustc/lints/li…

I finally found some time to review all the rustc "Allowed-by-default Lints". I tested them in release-plz and added a bunch of those in my workspace Cargo.toml 🎉

Learn more at doc.rust-lang.org/rustc/lints/li…
Rust Foundation (@rust_foundation) 's Twitter Profile Photo

The Rust Foundation & #rustconf are now on Bluesky & Mastodon! For the foreseeable future, our team will not be active on X, but we look forward to sharing social media content on these new channels going forward. See you there!🦀 bsky.app/profile/rustfo… mastodon.social/@rustfoundation

The Rust Foundation &amp; #rustconf are now on Bluesky &amp; Mastodon! For the foreseeable future, our team will not be active on X, but we look forward to sharing social media content on these new channels going forward. See you there!🦀

bsky.app/profile/rustfo…
mastodon.social/@rustfoundation
Marco Ieni 🦀 (@marcoieni) 's Twitter Profile Photo

I released the new version two hours after this bug was submitted. If you appreciate my efforts, please consider sponsoring release-plz and leaving a star to the repo (we are close to 1k!) ⭐

I released the new version two hours after this bug was submitted. If you appreciate my efforts, please consider sponsoring release-plz and leaving a star to the repo (we are close to 1k!) ⭐
Rust Language (@rustlang) 's Twitter Profile Photo

Rust 1.86.0 has been released!✨🎊🦀 This release adds trait upcasting, get_disjoint_mut on slices and hashmaps, #[target_feature] for safe functions, debug assertions for null pointers, Vec::pop_if, and more! Check out the blog post for all the details: blog.rust-lang.org/2025/04/03/Rus…

Rust Language (@rustlang) 's Twitter Profile Photo

You can now find us on both M​ast​o​don and Bl​ue​sk​y. Follow us there! We will no longer be active on this website.

Francesco Ciulla (@francescociull4) 's Twitter Profile Photo

🦀Today, at 5.15 pm CEST, MEGA Rust Roundtable with not one, not two, not three, but FOUR Italian 🇮🇹 Rust developers! Luciano Mammino 𝕏 Node.js Design Patterns Luca Palmieri Marco Ieni 🦀 (live on YT+Twitch+Twitter) No worries, the live will be in English 🇬🇧

🦀Today, at 5.15 pm CEST, 

MEGA Rust Roundtable with not one, not two, not three, but FOUR Italian 🇮🇹 Rust developers!

<a href="/loige/">Luciano Mammino 𝕏 Node.js Design Patterns</a> 
<a href="/algo_luca/">Luca Palmieri</a> 
<a href="/marcoieni/">Marco Ieni 🦀</a> 

(live on YT+Twitch+Twitter)

No worries, the live will be in English 🇬🇧
Marco Ieni 🦀 (@marcoieni) 's Twitter Profile Photo

How to update dependency versions with incompatible changes in your Cargo.toml? Easy: cargo upgrade --compatible ignore --incompatible allow ✅ 1.2.3 -> 2.0.0 will be updated ❌ 1.2.3 -> 1.3.0 will not be updated you can install cargo upgrade with `cargo install cargo-edit`