]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Use `each_binding_or_first` in `capture_local_usage`
[rust.git] / Cargo.toml
index 458c28c2748393013c14ad089e9c4bad602c1fb2..16b6c207a5f19bc1c77297f8dc8e2cfdee2b9c81 100644 (file)
@@ -1,7 +1,6 @@
 [package]
 name = "clippy"
-version = "0.1.54"
-authors = ["The Rust Clippy Developers"]
+version = "0.1.56"
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
 repository = "https://github.com/rust-lang/rust-clippy"
 readme = "README.md"
@@ -33,7 +32,6 @@ tempfile = { version = "3.1.0", optional = true }
 cargo_metadata = "0.12"
 compiletest_rs = { version = "0.6.0", features = ["tmp"] }
 tester = "0.9"
-clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
 serde = { version = "1.0", features = ["derive"] }
 derive-new = "0.5"
 regex = "1.4"