bug 1573798: geckodriver: release geckodriver 0.26.0; r=webdriver-reviewers,whimboo

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreas Tolfsen 2019-10-10 15:26:53 +00:00
Родитель 42c96df48a
Коммит 97538b8c69
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1141,7 +1141,7 @@ dependencies = [
[[package]]
name = "geckodriver"
version = "0.26.0-alpha.0"
version = "0.26.0"
dependencies = [
"base64 0.10.1 (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.26.0-alpha.0"
version = "0.26.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"