From 48ff4165d273d929349b8f38169ab6dd8ba2be74 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 6 Apr 2019 14:30:04 -0700 Subject: 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 Tested-by: David Tolnay Tested-by: kokoro Reviewed-by: Daniel Verkamp --- sys_util/poll_token_derive/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys_util/poll_token_derive') diff --git a/sys_util/poll_token_derive/Cargo.toml b/sys_util/poll_token_derive/Cargo.toml index e29191f..45c4552 100644 --- a/sys_util/poll_token_derive/Cargo.toml +++ b/sys_util/poll_token_derive/Cargo.toml @@ -10,6 +10,6 @@ proc-macro = true path = "poll_token_derive.rs" [dependencies] -syn = "0.15" -quote = "0.6" proc-macro2 = "0.4" +quote = "0.6" +syn = "0.15" -- cgit 1.4.1