Bug 1401129 - Release mozversion 0.1.3. r?whimboo draft
authorAndreas Tolfsen <ato@sny.no>
Mon, 12 Mar 2018 11:48:18 +0000
changeset 766194 59d124ce691ee8ae4fe78b23054e18b60b0ece50
parent 766193 b26b6cb708468c2afe9e5e06aad4ff916b186e07
child 766195 f0dd816f90324d427f608ef402c0e2c6a3d2cb3e
push id102248
push userbmo:ato@sny.no
push dateMon, 12 Mar 2018 11:49:43 +0000
reviewerswhimboo
bugs1401129
milestone60.0a1
Bug 1401129 - Release mozversion 0.1.3. r?whimboo MozReview-Commit-ID: JMUOjttq31L
Cargo.lock
testing/mozbase/rust/mozversion/Cargo.toml
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -669,17 +669,17 @@ version = "0.19.1"
 dependencies = [
  "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
  "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "mozprofile 0.3.0",
  "mozrunner 0.5.0",
- "mozversion 0.1.2",
+ "mozversion 0.1.3",
  "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
  "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  "webdriver 0.34.0",
  "zip 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -1088,17 +1088,17 @@ version = "0.5.0"
 dependencies = [
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "mozprofile 0.3.0",
  "winreg 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "mozversion"
-version = "0.1.2"
+version = "0.1.3"
 dependencies = [
  "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "rust-ini 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "mp4parse"
--- a/testing/mozbase/rust/mozversion/Cargo.toml
+++ b/testing/mozbase/rust/mozversion/Cargo.toml
@@ -1,11 +1,11 @@
 [package]
 name = "mozversion"
-version = "0.1.2"
+version = "0.1.3"
 authors = ["James Graham <james@hoppipolla.co.uk>"]
 description = "Utility for accessing Firefox version metadata"
 keywords = ["mozilla", "firefox"]
 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozversion"
 license = "MPL-2.0"
 
 [dependencies]
 regex = "0.2"