mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1495062 - [geckodriver] Release 0.24.0. r=ato
Depends on D17682 Differential Revision: https://phabricator.services.mozilla.com/D17683 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
bc2b2e1e2a
commit
9abcc24777
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1023,7 +1023,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "geckodriver"
|
||||
version = "0.23.0"
|
||||
version = "0.24.0"
|
||||
dependencies = [
|
||||
"base64 0.10.0 (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.23.0"
|
||||
version = "0.24.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"
|
||||
|
Loading…
Reference in New Issue
Block a user