1
Fork 0
This commit is contained in:
Nick Cameron 2016-11-20 10:37:34 +13:00
parent 935286755c
commit 61ab06a92e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1,6 +1,6 @@
[root]
name = "rustfmt"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"diff 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,7 +1,7 @@
[package]
name = "rustfmt"
version = "0.6.2"
version = "0.6.3"
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "Marcus Klaas <mail@marcusklaas.nl>", "The Rustfmt contributors"]
description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/rust-lang-nursery/rustfmt"