Bug 1401129 - Release mozrunner 0.6.0. r=whimboo

MozReview-Commit-ID: 2nljPi3HN5b

--HG--
extra : rebase_source : 7e1cd2201937b5bb47fe81bcdbd6c1bc068b92b5
This commit is contained in:
Andreas Tolfsen 2018-03-08 14:26:10 +00:00
Родитель 7b875989b2
Коммит 6b09cf8df1
2 изменённых файлов: 4 добавлений и 4 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -673,7 +673,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.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)",
@ -1084,7 +1084,7 @@ dependencies = [
[[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",

Просмотреть файл

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