Release v1.4.9

This commit is contained in:
topecongiro 2019-10-07 10:35:59 +09:00
parent 2934ec551c
commit 33e3667085
No known key found for this signature in database
GPG Key ID: 3C13222317860426
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -796,7 +796,7 @@ dependencies = [
[[package]]
name = "rustfmt-nightly"
version = "1.4.8"
version = "1.4.9"
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)",

View File

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