mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1686110 - [webdriver] Release version 0.44.0. r=webdriver-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D125262
This commit is contained in:
parent
2dec1a17b8
commit
0ae79d5a03
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -5440,7 +5440,7 @@ source = "git+https://github.com/kvark/dummy-web#5731e569d865a1ebaf116f48dad781f
|
||||
|
||||
[[package]]
|
||||
name = "webdriver"
|
||||
version = "0.43.1"
|
||||
version = "0.44.0"
|
||||
dependencies = [
|
||||
"base64 0.12.3",
|
||||
"bytes 0.5.6",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "webdriver"
|
||||
version = "0.43.1"
|
||||
version = "0.44.0"
|
||||
authors = ["Mozilla"]
|
||||
description = "Library implementing the wire protocol for the W3C WebDriver specification."
|
||||
keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]
|
||||
|
Loading…
Reference in New Issue
Block a user