Bug 1441204 - Release mozrunner 0.7.0. r?maja_zf draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 14 Jun 2018 13:26:59 -0700
changeset 807827 39c723fc5cfc40473e92203864bccb0f30c8e1e6
parent 807826 60ea1a79b224a240d9a4792bd344e1b72359c406
child 807828 a095924507dbcf4b41a4e7dc02f42e33315337f2
push id113223
push userbmo:ato@sny.no
push dateFri, 15 Jun 2018 20:32:16 +0000
reviewersmaja_zf
bugs1441204
milestone62.0a1
Bug 1441204 - Release mozrunner 0.7.0. r?maja_zf MozReview-Commit-ID: HszLaFJv2w5
Cargo.lock
testing/mozbase/rust/mozrunner/Cargo.toml
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -783,17 +783,17 @@ name = "geckodriver"
 version = "0.20.1"
 dependencies = [
  "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.31.2 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "mozprofile 0.3.0",
- "mozrunner 0.6.1",
+ "mozrunner 0.7.0",
  "mozversion 0.1.3",
  "regex 1.0.0 (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.1",
  "zip 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -1276,17 +1276,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.1"
+version = "0.7.0"
 dependencies = [
  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "mozprofile 0.3.0",
  "winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "mozurl"
--- a/testing/mozbase/rust/mozrunner/Cargo.toml
+++ b/testing/mozbase/rust/mozrunner/Cargo.toml
@@ -1,13 +1,13 @@
 [package]
 name = "mozrunner"
-version = "0.6.1"
+version = "0.7.0"
 authors = ["Mozilla"]
-description = "Library for starting Firefox binaries."
+description = "Reliable Firefox process management."
 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozrunner"
 license = "MPL-2.0"
 
 [dependencies]
 log = "0.4"
 mozprofile = { path = "../mozprofile" }
 
 [target.'cfg(target_os = "windows")'.dependencies]