From aca924f934f7d0070d553381c952781420328818 Mon Sep 17 00:00:00 2001 From: Yacin Tmimi Date: Thu, 26 Feb 2026 09:43:33 -0500 Subject: [PATCH] chore: prep v1.9.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbc62287baa..64b4aaef4d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "1.8.0" +version = "1.9.0" dependencies = [ "annotate-snippets", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 65ece1e7b99..6ac140f2e09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "1.8.0" +version = "1.9.0" description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang/rustfmt" readme = "README.md"