bug 1491288: geckodriver: release 0.23.0; r=whimboo

Depends on D7301

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreas Tolfsen 2018-10-03 15:00:04 +00:00
Родитель 3ec2e106ce
Коммит e82d7312d5
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -884,7 +884,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "geckodriver"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",

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

@ -1,6 +1,6 @@
[package]
name = "geckodriver"
version = "0.22.0"
version = "0.23.0"
description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"]
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver"