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

--HG--
extra : rebase_source : 0e14fa63f00f1661cae01a10c76c2813d349ba1b
This commit is contained in:
Andreas Tolfsen 2018-03-28 17:28:29 +01:00
parent 73c11c00a8
commit 2efb6af857
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -684,7 +684,7 @@ dependencies = [
"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)",
@ -1098,7 +1098,7 @@ dependencies = [
[[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",

View File

@ -1,6 +1,6 @@
[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"