Bug 1401129 - Release mozversion 0.1.3. r?whimboo draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 08 Mar 2018 14:22:58 +0000
changeset 764922 117552444be738376fc9227ed62cec9fd37d8215
parent 764921 e3ae1759af7786f67f19f2e055a4d26342d4e540
child 764923 c4ed0c8b76aef592d61f0b16d67bcb09e0e9ab13
push id101893
push userbmo:ato@sny.no
push dateThu, 08 Mar 2018 16:18:42 +0000
reviewerswhimboo
bugs1401129
milestone60.0a1
Bug 1401129 - Release mozversion 0.1.3. r?whimboo Only change was to change the rust-ini version dependency, which warrants a point release. MozReview-Commit-ID: FzUZCRlQbPI
Cargo.lock
testing/mozbase/rust/mozversion/Cargo.toml
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -688,17 +688,17 @@ version = "0.19.1"
 dependencies = [
  "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.31.1 (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.7 (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]]
@@ -1130,17 +1130,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.7 (registry+https://github.com/rust-lang/crates.io-index)",
  "rust-ini 0.10.3 (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"