Release 1.4.3

This commit is contained in:
topecongiro 2019-08-03 00:01:59 +09:00
parent 8678740ee7
commit 3adfb08afe
No known key found for this signature in database
GPG Key ID: 3C13222317860426
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -869,7 +869,7 @@ dependencies = [
[[package]]
name = "rustfmt-nightly"
version = "1.4.2"
version = "1.4.3"
dependencies = [
"annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,7 +1,7 @@
[package]
name = "rustfmt-nightly"
version = "1.4.2"
version = "1.4.3"
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"

View File

@ -519,7 +519,7 @@ use_field_init_shorthand = false
force_explicit_abi = true
condense_wildcard_suffixes = false
color = "Auto"
required_version = "1.4.2"
required_version = "1.4.3"
unstable_features = false
disable_all_formatting = false
skip_children = false