From b8341d474997953d7df7a6ea310830d4534c6053 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sat, 1 Apr 2023 05:10:00 +0200 Subject: [PATCH] Pin down bindgen version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76d756c..4416915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ repository = "https://github.com/limine-bootloader/limine-rs-sys" build = "build.rs" [build-dependencies] -bindgen = "*" +bindgen = "0.64.0"