summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Verkamp <dverkamp@chromium.org>2019-08-19 14:08:07 -0700
committerCommit Bot <commit-bot@chromium.org>2019-08-26 23:41:54 +0000
commita445ae1fbe02a25e0666382af5e44a12671ca06e (patch)
tree99c0261ab2b690b8131158cdf0c362aef9384b46 /README.md
parent034f7a3a1c43cd63a4106c076e0053abe28ff992 (diff)
downloadcrosvm-a445ae1fbe02a25e0666382af5e44a12671ca06e.tar
crosvm-a445ae1fbe02a25e0666382af5e44a12671ca06e.tar.gz
crosvm-a445ae1fbe02a25e0666382af5e44a12671ca06e.tar.bz2
crosvm-a445ae1fbe02a25e0666382af5e44a12671ca06e.tar.lz
crosvm-a445ae1fbe02a25e0666382af5e44a12671ca06e.tar.xz
crosvm-a445ae1fbe02a25e0666382af5e44a12671ca06e.tar.zst
crosvm-a445ae1fbe02a25e0666382af5e44a12671ca06e.zip
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 <dverkamp@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1761156
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index d287af8..d55c41b 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,6 @@ binary size by including dozens of transitive dependencies. All these
 dependencies also must be reviewed to ensure their suitability to the crosvm
 project. Currently allowed crates are:
 
-* `byteorder` - A very small library used for endian swaps.
 * `cc` - Build time dependency needed to build C source code used in crosvm.
 * `libc` - Required to use the standard library, this crate is a simple wrapper around `libc`'s symbols.