Release v1.4.2
diff --git a/Cargo.lock b/Cargo.lock
index 9add369..11698d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -869,7 +869,7 @@
[[package]]
name = "rustfmt-nightly"
-version = "1.4.1"
+version = "1.4.2"
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)",
diff --git a/Cargo.toml b/Cargo.toml
index 3e3ef66..f359379 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rustfmt-nightly"
-version = "1.4.1"
+version = "1.4.2"
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"
diff --git a/src/config/mod.rs b/src/config/mod.rs
index b53036d..fb3a10a 100644
--- a/src/config/mod.rs
+++ b/src/config/mod.rs
@@ -519,7 +519,7 @@
force_explicit_abi = true
condense_wildcard_suffixes = false
color = "Auto"
-required_version = "1.4.1"
+required_version = "1.4.2"
unstable_features = false
disable_all_formatting = false
skip_children = false