[Buildroot] [git commit] package/rust-bindgen: bump version to 0.72.1
Julien Olivain
ju.o at free.fr
Sun Mar 1 17:16:41 UTC 2026
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/20db09684bb848582d690b3c7ddb2c20d8284245
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master
https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1
We need to add "refs/tags/" to RUST_BINDGEN_SITE because the github
repo contains a tag and a branch with the same name:
$ wget -q https://github.com/rust-lang/rust-bindgen/archive/v0.72.1/rust-bindgen-0.72.1-cargo4.tar.gz -O -
the given path has multiple possibilities: #<Git::Ref:0x00007d64db1eed90>, #<Git::Ref:0x00007d64db1e7c70>
Fixes a build error with mesa3d 26.x and the upcoming llvm 22 bump:
https://github.com/rust-lang/rust-bindgen/issues/3264#issuecomment-3218111176
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Co-authored-by: Julien Olivain <ju.o at free.fr>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/rust-bindgen/rust-bindgen.hash | 2 +-
package/rust-bindgen/rust-bindgen.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/rust-bindgen/rust-bindgen.hash b/package/rust-bindgen/rust-bindgen.hash
index dc79a62ddd..72ff0401ce 100644
--- a/package/rust-bindgen/rust-bindgen.hash
+++ b/package/rust-bindgen/rust-bindgen.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 f131b9cf87ea0a5db33ff3ad711aec4dbc4d383536f5f2e37493d63cbe95428e rust-bindgen-0.72.0-cargo4.tar.gz
+sha256 9dd2f0f7bae7c84b1d79fb848d17335b8ebc37c27cd5ecb6e0da3ec0dba87d71 rust-bindgen-0.72.1-cargo4.tar.gz
sha256 c23953d9deb0a3312dbeaf6c128a657f3591acee45067612fa68405eaa4525db LICENSE
diff --git a/package/rust-bindgen/rust-bindgen.mk b/package/rust-bindgen/rust-bindgen.mk
index 8c02db557f..55f3b4d5b7 100644
--- a/package/rust-bindgen/rust-bindgen.mk
+++ b/package/rust-bindgen/rust-bindgen.mk
@@ -4,8 +4,8 @@
#
################################################################################
-RUST_BINDGEN_VERSION = 0.72.0
-RUST_BINDGEN_SITE = $(call github,rust-lang,rust-bindgen,v$(RUST_BINDGEN_VERSION))
+RUST_BINDGEN_VERSION = 0.72.1
+RUST_BINDGEN_SITE = $(call github,rust-lang,rust-bindgen,refs/tags/v$(RUST_BINDGEN_VERSION))
RUST_BINDGEN_LICENSE = BSD-3-clause
RUST_BINDGEN_LICENSE_FILES = LICENSE
More information about the buildroot
mailing list