chore: bump version
diff --git a/Cargo.lock b/Cargo.lock
index 3d0233f..2a1fffa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -499,7 +499,7 @@
[[package]]
name = "rustfmt-nightly"
-version = "1.7.0"
+version = "1.7.1"
dependencies = [
"annotate-snippets",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 5cd9193..a16620e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rustfmt-nightly"
-version = "1.7.0"
+version = "1.7.1"
description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/rust-lang/rustfmt"
readme = "README.md"