Bug 1955903 - [rust-webdriver] Release version 0.52.1. r=webdriver-reviewers,jgraham

Differential Revision: https://phabricator.services.mozilla.com/D243003
This commit is contained in:
Henrik Skupin
2025-03-26 10:43:13 +00:00
parent c5034c667f
commit dbae90f077
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -7217,7 +7217,7 @@ version = "0.3.100"
[[package]]
name = "webdriver"
version = "0.52.0"
version = "0.52.1"
dependencies = [
"base64 0.22.1",
"bytes",

View File

@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "webdriver"
version = "0.52.0"
version = "0.52.1"
authors = ["Mozilla"]
include = ["/src"]
description = "Library implementing the wire protocol for the W3C WebDriver specification."