Release v1.4.14
diff --git a/Cargo.lock b/Cargo.lock
index 105eb04..7864cf4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1019,7 +1019,7 @@
[[package]]
name = "rustfmt-nightly"
-version = "1.4.13"
+version = "1.4.14"
dependencies = [
"annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bytecount 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 766ae64..bfffe94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rustfmt-nightly"
-version = "1.4.13"
+version = "1.4.14"
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"