summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@chromium.org>2019-04-06 14:30:04 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-09 01:55:14 -0700
commit48ff4165d273d929349b8f38169ab6dd8ba2be74 (patch)
tree10e51321e3ff825b9aa20dac398936f64d9a6caa /resources
parent59bb7129924b4347f42a1661e81ce6c45a442726 (diff)
downloadcrosvm-48ff4165d273d929349b8f38169ab6dd8ba2be74.tar
crosvm-48ff4165d273d929349b8f38169ab6dd8ba2be74.tar.gz
crosvm-48ff4165d273d929349b8f38169ab6dd8ba2be74.tar.bz2
crosvm-48ff4165d273d929349b8f38169ab6dd8ba2be74.tar.lz
crosvm-48ff4165d273d929349b8f38169ab6dd8ba2be74.tar.xz
crosvm-48ff4165d273d929349b8f38169ab6dd8ba2be74.tar.zst
crosvm-48ff4165d273d929349b8f38169ab6dd8ba2be74.zip
cargo: Sort all dependency lists in Cargo.toml
This may help reduce cases of conflicts between independent CLs each
appending a dependency at the bottom of the list, of which I hit two
today rebasing some of my open CLs.

TEST=cargo check --all-features

Change-Id: Ief10bb004cc7b44b107dc3841ce36c6b23632aed
Reviewed-on: https://chromium-review.googlesource.com/1557172
Commit-Ready: David Tolnay <dtolnay@chromium.org>
Tested-by: David Tolnay <dtolnay@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Diffstat (limited to 'resources')
-rw-r--r--resources/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/Cargo.toml b/resources/Cargo.toml
index 0226b65..d7458b9 100644
--- a/resources/Cargo.toml
+++ b/resources/Cargo.toml
@@ -10,5 +10,5 @@ wl-dmabuf = ["gpu_buffer"]
 [dependencies]
 gpu_buffer = { path = "../gpu_buffer", optional = true }
 libc = "*"
-sys_util = { path = "../sys_util" }
 msg_socket = { path = "../msg_socket" }
+sys_util = { path = "../sys_util" }