]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/Cargo.toml
Rollup merge of #105641 - Amanieu:btree_cursor, r=m-ou-se
[rust.git] / src / bootstrap / Cargo.toml
index 8751a71caf1b4957fc5688afdc259f14befb7576..22ceeca941e932872474ce0a3f549de91eece093 100644 (file)
@@ -29,12 +29,8 @@ name = "sccache-plus-cl"
 path = "bin/sccache-plus-cl.rs"
 test = false
 
-[[bin]]
-name = "llvm-config-wrapper"
-path = "bin/llvm-config-wrapper.rs"
-test = false
-
 [dependencies]
+build_helper = { path = "../tools/build_helper" }
 cmake = "0.1.38"
 fd-lock = "3.0.8"
 filetime = "0.2"
@@ -72,7 +68,7 @@ features = [
 ]
 
 [dev-dependencies]
-pretty_assertions = "0.7"
+pretty_assertions = "1.2"
 
 [features]
 build-metrics = ["sysinfo"]