]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
lintcheck: rename a few symbols, add documentation to functions
[rust.git] / Cargo.toml
index dae3e03074faeb80f1952290754abc420e6e7184..ea32a8edd1ffb311848900f19766b08a24ecb8ea 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.212"
+version = "0.1.52"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -27,25 +27,18 @@ path = "src/main.rs"
 name = "clippy-driver"
 path = "src/driver.rs"
 
-[target.'cfg(NOT_A_PLATFORM)'.dependencies]
-rustc_data_structures = { path = "/home/urcra/rust/compiler/rustc_data_structures" }
-rustc_driver = { path = "/home/urcra/rust/compiler/rustc_driver" }
-rustc_errors = { path = "/home/urcra/rust/compiler/rustc_errors" }
-rustc_interface = { path = "/home/urcra/rust/compiler/rustc_interface" }
-rustc_middle = { path = "/home/urcra/rust/compiler/rustc_middle" }
-
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.212", path = "clippy_lints" }
+clippy_lints = { version = "0.1.50", path = "clippy_lints" }
 # end automatic update
 semver = "0.11"
-rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
+rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util" }
 tempfile = { version = "3.1.0", optional = true }
 
 [dev-dependencies]
 cargo_metadata = "0.12"
-compiletest_rs = { version = "0.5.0", features = ["tmp"] }
-tester = "0.7"
+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"
@@ -56,8 +49,9 @@ derive-new = "0.5"
 rustc-workspace-hack = "1.0.0"
 
 [build-dependencies]
-rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
+rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util" }
 
 [features]
 deny-warnings = []
 integration = ["tempfile"]
+internal-lints = ["clippy_lints/internal-lints"]