mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
2365e0af04
commit
f7e6c3fa54
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3331,7 +3331,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mozprofile"
|
||||
version = "0.7.3"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"tempfile",
|
||||
]
|
||||
|
@ -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"
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user