Bug 1495062 - [mozrunner-rust] Release 0.9.0. r=ato

Depends on D17678

Differential Revision: https://phabricator.services.mozilla.com/D17679

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Henrik Skupin 2019-01-28 15:22:44 +00:00
parent 32ca2a0c03
commit 927eabeb98
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1032,7 +1032,7 @@ dependencies = [
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"mozprofile 0.5.0",
"mozrunner 0.8.0",
"mozrunner 0.9.0",
"mozversion 0.1.3",
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1648,7 +1648,7 @@ dependencies = [
[[package]]
name = "mozrunner"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "mozrunner"
version = "0.8.0"
version = "0.9.0"
authors = ["Mozilla"]
description = "Reliable Firefox process management."
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozrunner"