Skip to content

Commit

Permalink
update relative dep paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Jun 15, 2018
1 parent ef8ff93 commit 0c94c32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ clap = { version = "^2.19", default-features = false, features = ["suggestions",
hyper = "0.10"
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.3.0"
mozrunner = "0.7.0"
mozversion = "0.1.3"
regex = "1.0"
rustc-serialize = "0.3"
uuid = "0.1.18"
webdriver = { path = "../webdriver" }
webdriver = "0.36.0"
zip = "0.3"

[[bin]]
Expand Down

0 comments on commit 0c94c32

Please sign in to comment.