Skip to content

Commit

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

Differential Revision: https://phabricator.services.mozilla.com/D197178
  • Loading branch information
whimboo committed Jan 2, 2024
1 parent 3ca39e0 commit a792f56
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 @@ -30,7 +30,7 @@ lazy_static = "1.0"
log = { version = "0.4", features = ["std"] }
marionette = { path = "./marionette", version="0.4.0" }
mozdevice = { path = "../mozbase/rust/mozdevice", version="0.5.2" }
mozprofile = { path = "../mozbase/rust/mozprofile", version="0.9.0" }
mozprofile = { path = "../mozbase/rust/mozprofile", version="0.9.2" }
mozrunner = { path = "../mozbase/rust/mozrunner", version="0.15.0" }
mozversion = { path = "../mozbase/rust/mozversion", version="0.5.0" }
regex = { version="1.0", default-features = false, features = ["perf", "std"] }
Expand Down
2 changes: 1 addition & 1 deletion testing/mozbase/rust/mozprofile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "mozprofile"
version = "0.9.1"
version = "0.9.2"
authors = ["Mozilla"]
description = "Library for working with Mozilla profiles."
keywords = [
Expand Down

0 comments on commit a792f56

Please sign in to comment.