Skip to content

Commit ae384d8

Browse files
committed
Sort deps
1 parent 26e55ff commit ae384d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ path = "tests/test.rs"
2424
phf_codegen = "0.7"
2525

2626
[dependencies]
27-
phf = "0.7"
28-
log = "0.3"
29-
rustc-serialize = "0.3"
27+
bufstream = "0.1"
3028
byteorder = "0.3"
3129
debug-builders = "0.1"
32-
bufstream = "0.1"
30+
log = "0.3"
31+
phf = "0.7"
3332
rust-crypto = "0.2"
33+
rustc-serialize = "0.3"
3434
openssl = { version = "0.6", optional = true }
35-
uuid = { version = "0.1", optional = true }
36-
unix_socket = { version = "0.3", optional = true }
37-
time = { version = "0.1.14", optional = true }
3835
serde = { version = "0.3", optional = true }
36+
time = { version = "0.1.14", optional = true }
37+
unix_socket = { version = "0.3", optional = true }
38+
uuid = { version = "0.1", optional = true }
3939

4040
[dev-dependencies]
4141
url = "0.2"

0 commit comments

Comments
 (0)