From 6e4f6437e9a7faaa5c7435227eb610f0abf5f42d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 24 Oct 2024 15:24:47 -0600 Subject: [PATCH] Update cbindgen in native bootstrap --- native_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native_bootstrap.sh b/native_bootstrap.sh index 5820693..bd87b98 100755 --- a/native_bootstrap.sh +++ b/native_bootstrap.sh @@ -1083,7 +1083,7 @@ fi cargoInstall cargo-config 0.1.1 cargoInstall just 1.16.0 -cargoInstall cbindgen 0.26.0 +cargoInstall cbindgen 0.27.0 if [ "$dependenciesonly" = false ]; then boot