Bug 1301065 - Bump requested rust mp4parse to v0.5.1. r?kinetik draft
authorRalph Giles <giles@mozilla.com>
Tue, 13 Sep 2016 08:31:47 -0700
changeset 413105 b89a2196fcc75cd0d6464670ad675bba5a52f83d
parent 413053 f5d043ce6d36a3c461cbd829d4a4a38394b7c436
child 413106 b38d1ceef3645e54c0fc2b958ce9cfbf1945f149
child 413124 f654116501867bc567d23be3ee38624b12edd851
push id29338
push userbmo:giles@thaumas.net
push dateTue, 13 Sep 2016 16:17:33 +0000
reviewerskinetik
bugs1301065
milestone51.0a1
Bug 1301065 - Bump requested rust mp4parse to v0.5.1. r?kinetik MozReview-Commit-ID: IlWKJcV3xWB
media/libstagefright/binding/mp4parse-cargo.patch
media/libstagefright/binding/update-rust.sh
--- a/media/libstagefright/binding/mp4parse-cargo.patch
+++ b/media/libstagefright/binding/mp4parse-cargo.patch
@@ -4,17 +4,17 @@ index 5092cd7..ecbc8c0 100644
 +++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
 @@ -17,14 +17,9 @@ exclude = [
    "*.mp4",
  ]
  
 -build = "build.rs"
 -
  [dependencies]
- "mp4parse" = {version = "0.5.0", path = "../mp4parse"}
+ "mp4parse" = {version = "0.5.1", path = "../mp4parse"}
  
 -[build-dependencies]
 -rusty-cheddar = "0.3.2"
 -
  [features]
  fuzz = ["mp4parse/fuzz"]
  
 diff --git a/media/libstagefright/binding/mp4parse/Cargo.toml b/media/libstagefright/binding/mp4parse/Cargo.toml
--- a/media/libstagefright/binding/update-rust.sh
+++ b/media/libstagefright/binding/update-rust.sh
@@ -1,13 +1,13 @@
 #!/bin/sh
 # Script to update mp4parse-rust sources to latest upstream
 
 # Default version.
-VER=v0.5.0
+VER=v0.5.1
 
 # Accept version or commit from the command line.
 if test -n "$1"; then
   VER=$1
 fi
 
 echo "Fetching sources..."
 rm -rf _upstream