From 92e8a05f8addb4c9bc49994555c8164ddc3e7bd5 Mon Sep 17 00:00:00 2001 From: chyyran Date: Sat, 3 Feb 2024 01:54:08 -0500 Subject: [PATCH] build: fix cbindgen version --- librashader-build-script/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librashader-build-script/Cargo.toml b/librashader-build-script/Cargo.toml index 0e93768..da511e6 100644 --- a/librashader-build-script/Cargo.toml +++ b/librashader-build-script/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] -cbindgen = { git = "https://github.com/eqrion/cbindgen" } +cbindgen = "0.26.0" clap = { version = "4.1.0", features = ["derive"] }