summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-08-11 10:49:38 +0000
committerAlyssa Ross <hi@alyssa.is>2021-05-11 12:19:50 +0000
commitfe5750a3854c98635755cd9d0ceb05de896c0e67 (patch)
tree28955f2094e0903a268e4f99eb684d27f1d521fe /Cargo.toml
parent8a7e4e902a4950b060ea23b40c0dfce7bfa1b2cb (diff)
downloadcrosvm-fe5750a3854c98635755cd9d0ceb05de896c0e67.tar
crosvm-fe5750a3854c98635755cd9d0ceb05de896c0e67.tar.gz
crosvm-fe5750a3854c98635755cd9d0ceb05de896c0e67.tar.bz2
crosvm-fe5750a3854c98635755cd9d0ceb05de896c0e67.tar.lz
crosvm-fe5750a3854c98635755cd9d0ceb05de896c0e67.tar.xz
crosvm-fe5750a3854c98635755cd9d0ceb05de896c0e67.tar.zst
crosvm-fe5750a3854c98635755cd9d0ceb05de896c0e67.zip
devices: port vhost-user-net from cloud-hypervisor
This is the cloud-hypervisor vhost-user-net code, modified just enough
to compile as part of crosvm.  There is currently no way to run crosvm
with a vhost-user-net device, and even if there were, it wouldn't work
without some further fixes.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 371a64f..7e75729 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ kernel_cmdline = { path = "kernel_cmdline" }
 kernel_loader = { path = "kernel_loader" }
 kvm = { path = "kvm" }
 kvm_sys = { path = "kvm_sys" }
-libc = "=0.2.44"
+libc = "=0.2.60"
 libcras = "*"
 msg_socket = { path = "msg_socket" }
 net_util = { path = "net_util" }