Bug 1401129 - Release mozrunner 0.6.0. r?whimboo draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 08 Mar 2018 14:26:10 +0000
changeset 766195 f0dd816f90324d427f608ef402c0e2c6a3d2cb3e
parent 766194 59d124ce691ee8ae4fe78b23054e18b60b0ece50
child 766196 a634ae13ce842bd8350f11677a12606aaea6fc35
push id102248
push userbmo:ato@sny.no
push dateMon, 12 Mar 2018 11:49:43 +0000
reviewerswhimboo
bugs1401129
milestone60.0a1
Bug 1401129 - Release mozrunner 0.6.0. r?whimboo MozReview-Commit-ID: 2nljPi3HN5b
Cargo.lock
testing/mozbase/rust/mozrunner/Cargo.toml
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -668,17 +668,17 @@ name = "geckodriver"
 version = "0.19.1"
 dependencies = [
  "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
  "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "mozprofile 0.3.0",
- "mozrunner 0.5.0",
+ "mozrunner 0.6.0",
  "mozversion 0.1.3",
  "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
  "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  "webdriver 0.34.0",
  "zip 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -1079,17 +1079,17 @@ dependencies = [
 name = "mozprofile"
 version = "0.3.0"
 dependencies = [
  "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "mozrunner"
-version = "0.5.0"
+version = "0.6.0"
 dependencies = [
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "mozprofile 0.3.0",
  "winreg 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "mozversion"
--- a/testing/mozbase/rust/mozrunner/Cargo.toml
+++ b/testing/mozbase/rust/mozrunner/Cargo.toml
@@ -1,12 +1,12 @@
 [package]
 name = "mozrunner"
-version = "0.5.0"
-authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
+version = "0.6.0"
+authors = ["Mozilla"]
 description = "Library for starting Firefox binaries."
 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozrunner"
 license = "MPL-2.0"
 
 [dependencies]
 log = "0.4"
 mozprofile = { path = "../mozprofile" }