chore: bump version

This commit is contained in:
Caleb Cartwright 2024-06-21 17:27:51 -05:00 committed by Caleb Cartwright
parent 6c3c4308bb
commit e4944185ae
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -499,7 +499,7 @@ dependencies = [
[[package]]
name = "rustfmt-nightly"
version = "1.7.0"
version = "1.7.1"
dependencies = [
"annotate-snippets",
"anyhow",

View File

@ -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"