Skip to content

Commit

Permalink
webdriver_server: sort dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Nov 12, 2016
1 parent 1688a2a commit f0c2b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -10,6 +10,7 @@ name = "webdriver_server"
path = "lib.rs"

[dependencies]
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
euclid = "0.10.1"
hyper = "0.9.9"
image = "0.10"
Expand All @@ -25,4 +26,3 @@ url = {version = "1.2", features = ["heap_size"]}
util = {path = "../util"}
uuid = { version = "0.3.1", features = ["v4"] }
webdriver = "0.15"
cookie = {version = "0.2.5", features = ["serialize-rustc"]}

0 comments on commit f0c2b40

Please sign in to comment.