summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 047be10..2376863 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ vhost-user-slave = ["vhost-user"]
bitflags = ">=1.0.1"
libc = ">=0.2.39"
sys_util = { path = "../../../external/crosvm/sys_util" }
-tempfile = { path = "../../../external/crosvm/tempfile" }
+tempfile = "*"
vm-memory = { version = "0.2.0", optional = true }
[dev-dependencies]
@@ -30,4 +30,3 @@ vm-memory = { version = "0.2.0", features=["backend-mmap"] }
[patch.crates-io]
sys_util = { path = "../../../external/crosvm/sys_util" } # ignored by ebuild
-tempfile = { path = "../../../external/crosvm/tempfile" } # ignored by ebuild