From 45ca2dfda812bb573e5865183116c3178d85eb2b Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Mon, 4 May 2026 01:53:10 +0200 Subject: [PATCH] Remove failed Rust 1.95 pre-release announcement The automation in rust-lang/promote-release pushed this announcement post directly to the main branch. Since the file was added in the old "posts" directory, it was never picked up by the blog. It's now too late to publish this again - Rust 1.95 has been released. I've opened a PR to fix the promote-release automation in the future: https://github.com/rust-lang/promote-release/pull/110 --- .../2026-04-13-1.95.0-prerelease.md | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 posts/inside-rust/2026-04-13-1.95.0-prerelease.md diff --git a/posts/inside-rust/2026-04-13-1.95.0-prerelease.md b/posts/inside-rust/2026-04-13-1.95.0-prerelease.md deleted file mode 100644 index e3105eb48..000000000 --- a/posts/inside-rust/2026-04-13-1.95.0-prerelease.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: post -title: "1.95.0 pre-release testing" -author: Release automation -team: The Release Team ---- - -The 1.95.0 pre-release is ready for testing. The release is scheduled for -April 16. [Release notes can be found here.][relnotes] - -You can try it out locally by running: - -```plain -RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable -``` - -The index is . - -You can leave feedback on the [internals thread](https://internals.rust-lang.org/t/rust-1-95-0-pre-release-testing/24171). - -The release team is also thinking about changes to our pre-release process: -we'd love your feedback [on this GitHub issue][feedback]. - -[relnotes]: https://dev-doc.rust-lang.org/1.95.0/releases.html -[feedback]: https://github.com/rust-lang/release-team/issues/16 - \ No newline at end of file