bump rustfmt version to v1.4.21

This commit is contained in:
Caleb Cartwright 2020-09-04 16:46:45 -05:00 committed by Caleb Cartwright
parent 62dc7c5c6b
commit 01f2eadccc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1247,7 +1247,7 @@ dependencies = [
[[package]]
name = "rustfmt-nightly"
version = "1.4.20"
version = "1.4.21"
dependencies = [
"annotate-snippets 0.6.1",
"anyhow",

View File

@ -1,7 +1,7 @@
[package]
name = "rustfmt-nightly"
version = "1.4.20"
version = "1.4.21"
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/rust-lang/rustfmt"