summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-11-14 10:05:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-11-14 10:05:02 +0000
commit2f9b3b934f7342e43f0da3af23176dfe64dab85e (patch)
treec5f6e10c0e234ca6b4b31d2cda58c97c3e630b73
parent9dff4d6a1f2ddaceb7e0cb5a2255290cc3b93a38 (diff)
parent75b8a2d93973fe6509e76f3f053dac7879f43bf1 (diff)
downloadvmm_vhost-main-cg-testing-release.tar.gz
Snap for 7913479 from 75b8a2d93973fe6509e76f3f053dac7879f43bf1 to main-cg-testing-releasemain-cg-testing-release
Change-Id: Ib44700de9d21643705af3baa74f493adb7ce9194
-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