mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
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:
parent
73c11c00a8
commit
2efb6af857
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user