From 791ac477863fd952a6276e631369c75f54de6fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 4 Oct 2018 13:17:02 +0200 Subject: [PATCH] Bug 1496486 - Bump cbindgen. r=heycam Differential Revision: https://phabricator.services.mozilla.com/D7756 --- build/moz.configure/rust.configure | 2 +- taskcluster/scripts/misc/build-cbindgen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure index a68567a91431..19484160720b 100644 --- a/build/moz.configure/rust.configure +++ b/build/moz.configure/rust.configure @@ -294,7 +294,7 @@ cbindgen = check_prog('CBINDGEN', add_rustup_path('cbindgen'), paths=toolchain_s @checking('cbindgen version') @imports(_from='textwrap', _import='dedent') def cbindgen_version(cbindgen): - cbindgen_min_version = Version('0.6.2') + cbindgen_min_version = Version('0.6.4') # cbindgen x.y.z version = Version(check_cmd_output(cbindgen, '--version').strip().split(" ")[1]) diff --git a/taskcluster/scripts/misc/build-cbindgen.sh b/taskcluster/scripts/misc/build-cbindgen.sh index 032d2fb701d7..a1018fee562a 100755 --- a/taskcluster/scripts/misc/build-cbindgen.sh +++ b/taskcluster/scripts/misc/build-cbindgen.sh @@ -3,7 +3,7 @@ set -x -e -v # If you update this, make sure to update the minimum version in rust.configure # as well. -CBINDGEN_VERSION=v0.6.2 +CBINDGEN_VERSION=v0.6.4 TARGET="$1" case "$(uname -s)" in