From a4b8f605731bb09a2b53913d919cab3054369cf1 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Wed, 15 Sep 2021 19:22:52 +0000 Subject: [PATCH] Bug 1686110 - [rust-mozdevice] Release version 0.4.0. r=webdriver-reviewers,jgraham Differential Revision: https://phabricator.services.mozilla.com/D125258 --- Cargo.lock | 2 +- testing/mozbase/rust/mozdevice/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7073bb09b59a..3ce9b90f8fc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3065,7 +3065,7 @@ dependencies = [ [[package]] name = "mozdevice" -version = "0.3.2" +version = "0.4.0" dependencies = [ "log", "once_cell", diff --git a/testing/mozbase/rust/mozdevice/Cargo.toml b/testing/mozbase/rust/mozdevice/Cargo.toml index ef01596e48d3..6f2a86f7671e 100644 --- a/testing/mozbase/rust/mozdevice/Cargo.toml +++ b/testing/mozbase/rust/mozdevice/Cargo.toml @@ -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"]