Bug 1448900 - Release mozrunner 0.6.1. r?whimboo draft
authorAndreas Tolfsen <ato@sny.no>
Wed, 28 Mar 2018 17:28:29 +0100
changeset 774648 7072c3a8d936c23c3c4b6b4355220e6dac43db99
parent 774647 4c5f79f63f6ec3a4657879ab1f54968342f38b50
push id104467
push userbmo:ato@sny.no
push dateThu, 29 Mar 2018 09:41:36 +0000
reviewerswhimboo
bugs1448900, 1443853
milestone61.0a1
Bug 1448900 - Release mozrunner 0.6.1. r?whimboo One change since 0.6.0, which is a regression fix for a fallout from bug 1443853. MozReview-Commit-ID: 56GbEV4HM4v
Cargo.lock
testing/mozbase/rust/mozrunner/Cargo.toml
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -668,17 +668,17 @@ name = "geckodriver"
 version = "0.20.0"
 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.6.0",
+ "mozrunner 0.6.1",
  "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.35.0",
  "zip 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -1074,17 +1074,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.6.0"
+version = "0.6.1"
 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,11 +1,11 @@
 [package]
 name = "mozrunner"
-version = "0.6.0"
+version = "0.6.1"
 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" }