Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@sny.no>2018-10-04 16:03:45 +0300
committerAndreas Tolfsen <ato@sny.no>2018-10-04 16:03:45 +0300
commitdb536edd5187fad9282d8c7670e844f4cb5dba3b (patch)
treeb3553752f4a7def9194ee67ef97a8297dfc6912b
parent24b44bf63b92aaa614e20e93ff4e2bb31489cb06 (diff)
fix versionsv0.23.0
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5956e4c..9fe2066 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,15 +15,15 @@ clap = { version = "^2.19", default-features = false, features = ["suggestions",
hyper = "0.12"
lazy_static = "1.0"
log = { version = "0.4", features = ["std"] }
-mozprofile = { path = "../mozbase/rust/mozprofile" }
-mozrunner = { path = "../mozbase/rust/mozrunner" }
-mozversion = { path = "../mozbase/rust/mozversion" }
+mozprofile = "0.4.0"
+mozrunner = "0.8.0"
+mozversion = "0.1.3"
regex = "1.0"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
uuid = { version = "0.5", features = ["v4"] }
-webdriver = { path = "../webdriver" }
+webdriver = "0.38.0"
zip = "0.4"
[[bin]]