summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2021-10-29 17:38:14 +0000
committerAndrew Walbran <qwandor@google.com>2021-10-29 17:38:14 +0000
commit75b8a2d93973fe6509e76f3f053dac7879f43bf1 (patch)
treec5f6e10c0e234ca6b4b31d2cda58c97c3e630b73
parent2b46221057150e5da1d74412c628e3d150e57d0b (diff)
downloadvmm_vhost-75b8a2d93973fe6509e76f3f053dac7879f43bf1.tar.gz
tempfile moved out of crosvm, so remove the path override here.
Change-Id: Ide6c46a96cea6b7c3c3a307ab3307635f1eb06d9
-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