Bug 1495062 - [mozversion-rust] Release 0.2.0. r=ato

Depends on D17679

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Henrik Skupin 2019-01-28 15:22:37 +00:00
Родитель 927eabeb98
Коммит 267486a4e5
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1033,7 +1033,7 @@ dependencies = [
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"mozprofile 0.5.0",
"mozrunner 0.9.0",
"mozversion 0.1.3",
"mozversion 0.2.0",
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.80 (git+https://github.com/servo/serde?branch=deserialize_from_enums9)",
@ -1668,7 +1668,7 @@ dependencies = [
[[package]]
name = "mozversion"
version = "0.1.3"
version = "0.2.0"
dependencies = [
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-ini 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",

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

@ -1,6 +1,6 @@
[package]
name = "mozversion"
version = "0.1.3"
version = "0.2.0"
authors = ["James Graham <james@hoppipolla.co.uk>"]
description = "Utility for accessing Firefox version metadata"
keywords = ["mozilla", "firefox"]