Skip to content

Commit

Permalink
Bug 1824713 - [rust-marionette] Release version 0.5.0. r=webdriver-re…
Browse files Browse the repository at this point in the history
…viewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D197182
  • Loading branch information
whimboo committed Jan 2, 2024
1 parent 1a5f506 commit db62e8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testing/geckodriver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ clap = { version = "4", default-features = false, features = ["cargo", "std", "s
hyper = "0.14"
lazy_static = "1.0"
log = { version = "0.4", features = ["std"] }
marionette = { path = "./marionette", version="0.4.0" }
marionette = { path = "./marionette", version="0.5.0" }
mozdevice = { path = "../mozbase/rust/mozdevice", version="0.5.2" }
mozprofile = { path = "../mozbase/rust/mozprofile", version="0.9.2" }
mozrunner = { path = "../mozbase/rust/mozrunner", version="0.15.2" }
Expand Down
2 changes: 1 addition & 1 deletion testing/geckodriver/marionette/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marionette"
version = "0.4.0"
version = "0.5.0"
authors = ["Mozilla"]
description = "Library implementing the client side of Gecko's Marionette remote automation protocol."
edition = "2018"
Expand Down

0 comments on commit db62e8f

Please sign in to comment.