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:
Henrik Skupin 2021-09-15 19:22:54 +00:00
parent 2dec1a17b8
commit 0ae79d5a03
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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"]