From 32ca2a0c03d21afa48ce67a405be5f8c69055202 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Mon, 28 Jan 2019 15:22:56 +0000 Subject: [PATCH] Bug 1495062 - [mozprofile-rust] Release 0.5.0. r=ato Differential Revision: https://phabricator.services.mozilla.com/D17678 --HG-- extra : moz-landing-system : lando --- Cargo.lock | 6 +++--- testing/mozbase/rust/mozprofile/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c674878586f8..8fec464029f5 100644 --- a/Cargo.lock +++ b/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)", ] diff --git a/testing/mozbase/rust/mozprofile/Cargo.toml b/testing/mozbase/rust/mozprofile/Cargo.toml index c3e1f5edf3cc..2616ebe82c5a 100644 --- a/testing/mozbase/rust/mozprofile/Cargo.toml +++ b/testing/mozbase/rust/mozprofile/Cargo.toml @@ -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"