From 75b8a2d93973fe6509e76f3f053dac7879f43bf1 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Fri, 29 Oct 2021 17:38:14 +0000 Subject: tempfile moved out of crosvm, so remove the path override here. Change-Id: Ide6c46a96cea6b7c3c3a307ab3307635f1eb06d9 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3