Skip to content

Commit d022f05

Browse files
committed
v0.6.0
1 parent e1759ae commit d022f05

File tree

2 files changed

+51
-23
lines changed

2 files changed

+51
-23
lines changed

Cargo.lock

Lines changed: 49 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22

33
name = "rustfmt"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "Marcus Klaas <mail@marcusklaas.nl>", "The Rustfmt contributors"]
66
description = "Tool to find and fix Rust formatting issues"
77
repository = "https://github.com/rust-lang-nursery/rustfmt"
88
readme = "README.md"
99
license = "Apache-2.0/MIT"
10-
include = ["src/*.rs", "Cargo.toml"]
10+
include = ["src/*.rs", "Cargo.toml", "build.rs"]
1111
build = "build.rs"
1212

1313
[features]

0 commit comments

Comments
 (0)