]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / Cargo.toml
index 1fcbd4fc402a5f6c4ab6d9e103129b713366b081..9c0fa45f53ec694a46e767654f20c0d1b62e8b01 100644 (file)
@@ -1,13 +1,13 @@
 [package]
 
 name = "rustfmt-nightly"
-version = "0.2.2"
+version = "0.2.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-nursery/rustfmt"
 readme = "README.md"
 license = "Apache-2.0/MIT"
-include = ["src/*.rs", "Cargo.toml", "build.rs", "LICENSE-*"]
+include = ["src/**", "Cargo.toml", "build.rs", "LICENSE-*"]
 build = "build.rs"
 categories = ["development-tools"]