Bug 1686110 - [rust-mozrunner] Release version 0.13.0. r=webdriver-reviewers,jgraham

Differential Revision: https://phabricator.services.mozilla.com/D125260
This commit is contained in:
Henrik Skupin 2021-09-15 19:22:53 +00:00
parent 08112de42a
commit d9ef1077b6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3108,7 +3108,7 @@ dependencies = [
[[package]]
name = "mozrunner"
version = "0.12.1"
version = "0.13.0"
dependencies = [
"dirs",
"log",

View File

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