Bug 1723202 - [rust-mozprofile] Release version 0.8.0. r=webdriver-reviewers,jgraham

Differential Revision: https://phabricator.services.mozilla.com/D142976
This commit is contained in:
Henrik Skupin 2022-04-06 08:58:35 +00:00
parent 2365e0af04
commit f7e6c3fa54
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3331,7 +3331,7 @@ dependencies = [
[[package]]
name = "mozprofile"
version = "0.7.3"
version = "0.8.0"
dependencies = [
"tempfile",
]

View File

@ -1,6 +1,6 @@
[package]
name = "mozprofile"
version = "0.7.3"
version = "0.8.0"
authors = ["Mozilla"]
description = "Library for working with Mozilla profiles."
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozprofile"

View File

@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
log = "0.4"
mozprofile = { path = "../mozprofile", version = "0.7" }
mozprofile = { path = "../mozprofile", version = "0.8" }
plist = "0.5"
[target.'cfg(target_os = "windows")'.dependencies]