Allow use of newer versions of the libc crate.

BUG=None
TEST=emerge-${BOARD} crosvm # and manual testing.

Change-Id: I1b7f0cd95aac327eeba86e2512a4fad1bf8b150e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1899220
Tested-by: Allen Webb <allenwebb@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
Commit-Queue: Allen Webb <allenwebb@google.com>
This commit is contained in:
Allen Webb 2019-11-05 14:57:45 -08:00 committed by Commit Bot
parent a52b2a6c81
commit 07e3c4184b

View file

@ -55,7 +55,7 @@ kernel_cmdline = { path = "kernel_cmdline" }
kernel_loader = { path = "kernel_loader" } kernel_loader = { path = "kernel_loader" }
kvm = { path = "kvm" } kvm = { path = "kvm" }
kvm_sys = { path = "kvm_sys" } kvm_sys = { path = "kvm_sys" }
libc = "=0.2.44" libc = "0.2"
libcras = "*" libcras = "*"
msg_socket = { path = "msg_socket" } msg_socket = { path = "msg_socket" }
net_util = { path = "net_util" } net_util = { path = "net_util" }