Bug 1686110 - [rust-mozdevice] Release version 0.4.0. r=webdriver-reviewers,jgraham

Differential Revision: https://phabricator.services.mozilla.com/D125258
This commit is contained in:
Henrik Skupin 2021-09-15 19:22:52 +00:00
parent 36745a5320
commit a4b8f60573
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3065,7 +3065,7 @@ dependencies = [
[[package]]
name = "mozdevice"
version = "0.3.2"
version = "0.4.0"
dependencies = [
"log",
"once_cell",

View File

@ -1,6 +1,6 @@
[package]
name = "mozdevice"
version = "0.3.2"
version = "0.4.0"
authors = ["Mozilla"]
description = "Client library for the Android Debug Bridge (adb)"
keywords = ["mozilla", "firefox", "geckoview", "android", "adb"]