mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
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:
parent
a52b2a6c81
commit
07e3c4184b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
libcras = "*"
|
||||
msg_socket = { path = "msg_socket" }
|
||||
net_util = { path = "net_util" }
|
||||
|
|
Loading…
Reference in a new issue