From a445ae1fbe02a25e0666382af5e44a12671ca06e Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 19 Aug 2019 14:08:07 -0700 Subject: Remove remaining byteorder crate references Remove the last (unused) reference to byteorder in vm_control/Cargo.toml and remove it from the list of external crates in README.md. BUG=None TEST=./build_test Change-Id: Ie70c0bc2f96c19b34ef1596885245eca7bc202f4 Signed-off-by: Daniel Verkamp Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1761156 Tested-by: kokoro Reviewed-by: Zach Reizner --- vm_control/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'vm_control') diff --git a/vm_control/Cargo.toml b/vm_control/Cargo.toml index ba70fe2..eb8a078 100644 --- a/vm_control/Cargo.toml +++ b/vm_control/Cargo.toml @@ -8,7 +8,6 @@ edition = "2018" sandboxed-libusb = [] [dependencies] -byteorder = "*" data_model = { path = "../data_model" } kvm = { path = "../kvm" } libc = "*" -- cgit 1.4.1