diff --git a/build/moz.configure/bindgen.configure b/build/moz.configure/bindgen.configure index b4f365427758..e2830a438cbc 100644 --- a/build/moz.configure/bindgen.configure +++ b/build/moz.configure/bindgen.configure @@ -14,7 +14,7 @@ cbindgen = check_prog('CBINDGEN', ['cbindgen'], paths=toolchain_search_path, @checking('cbindgen version') @imports(_from='textwrap', _import='dedent') def cbindgen_version(cbindgen): - cbindgen_min_version = Version('0.6.7') + cbindgen_min_version = Version('0.6.8') # 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 29834e35a452..d624fce952f1 100755 --- a/taskcluster/scripts/misc/build-cbindgen.sh +++ b/taskcluster/scripts/misc/build-cbindgen.sh @@ -2,8 +2,8 @@ set -x -e -v # If you update this, make sure to update the minimum version in -# build/moz.configure/rust.configure as well. -CBINDGEN_VERSION=v0.6.7 +# build/moz.configure/bindgen.configure as well. +CBINDGEN_VERSION=v0.6.8 TARGET="$1" case "$(uname -s)" in