diff options
| author | topecongiro <seuchida@gmail.com> | 2019-08-28 20:59:32 +0900 |
|---|---|---|
| committer | topecongiro <seuchida@gmail.com> | 2019-08-28 20:59:32 +0900 |
| commit | f800ce47d1da2a1c02ffd260deca8b7445f7facf (patch) | |
| tree | 897001d1f8055458a14fe5cc44a59bd4f897fba0 | |
| parent | b2ceaed5b9249e18a7221686f9309d84f73a4e9f (diff) | |
Release v1.4.6
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1b6eb0d5793..260613753c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "1.4.5" +version = "1.4.6" 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 1bb54821e39..3c623ff4edc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "1.4.5" +version = "1.4.6" 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" |
