Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Oct 4, 2018
1 parent 24b44bf commit db536ed
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 @@ -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]]
Expand Down

0 comments on commit db536ed

Please sign in to comment.