summary refs log tree commit diff
path: root/x86_64/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64/Cargo.toml')
-rw-r--r--x86_64/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/x86_64/Cargo.toml b/x86_64/Cargo.toml
index e5d5e14..3f5ba3e 100644
--- a/x86_64/Cargo.toml
+++ b/x86_64/Cargo.toml
@@ -3,7 +3,6 @@ name = "x86_64"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
 edition = "2018"
-build = "build.rs"
 
 [dependencies]
 arch = { path = "../arch" }
@@ -20,6 +19,3 @@ remain = "*"
 resources = { path = "../resources" }
 sync = { path = "../sync" }
 sys_util = { path = "../sys_util" }
-
-[build-dependencies]
-cc = "=1.0.25"