summaryrefslogtreecommitdiffstats
path: root/src/bootstrap/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/Cargo.lock')
-rw-r--r--src/bootstrap/Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/Cargo.lock b/src/bootstrap/Cargo.lock
index efe8ae316..4a0ba5925 100644
--- a/src/bootstrap/Cargo.lock
+++ b/src/bootstrap/Cargo.lock
@@ -36,6 +36,7 @@ dependencies = [
name = "bootstrap"
version = "0.0.0"
dependencies = [
+ "build_helper",
"cc",
"cmake",
"fd-lock",
@@ -71,6 +72,10 @@ dependencies = [
]
[[package]]
+name = "build_helper"
+version = "0.1.0"
+
+[[package]]
name = "cc"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"