summary refs log tree commit diff
path: root/p9/wire_format_derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'p9/wire_format_derive/Cargo.toml')
-rw-r--r--p9/wire_format_derive/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/p9/wire_format_derive/Cargo.toml b/p9/wire_format_derive/Cargo.toml
index 93d708e..da6cc52 100644
--- a/p9/wire_format_derive/Cargo.toml
+++ b/p9/wire_format_derive/Cargo.toml
@@ -5,9 +5,9 @@ authors = ["The Chromium OS Authors"]
 edition = "2018"
 
 [dependencies]
-syn = "=0.15"
-quote = "=0.6"
 proc-macro2 = "=0.4"
+quote = "=0.6"
+syn = "=0.15"
 
 [lib]
 proc-macro = true