Bug 1495062 - [mozprofile-rust] Release 0.5.0. r=ato

Differential Revision: https://phabricator.services.mozilla.com/D17678

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Henrik Skupin 2019-01-28 15:22:56 +00:00
Родитель 5c9b573069
Коммит 32ca2a0c03
2 изменённых файлов: 4 добавлений и 4 удалений

6
Cargo.lock сгенерированный
Просмотреть файл

@ -1031,7 +1031,7 @@ dependencies = [
"hyper 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"mozprofile 0.4.0",
"mozprofile 0.5.0",
"mozrunner 0.8.0",
"mozversion 0.1.3",
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1641,7 +1641,7 @@ dependencies = [
[[package]]
name = "mozprofile"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1652,7 +1652,7 @@ version = "0.8.0"
dependencies = [
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"mozprofile 0.4.0",
"mozprofile 0.5.0",
"winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

Просмотреть файл

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