From 51880479c799125265be24313ea6ef2b8f2b5146 Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Sun, 23 Jun 2024 16:26:26 +0200 Subject: [PATCH] Use released crate for gdextension-api --- godot-bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot-bindings/Cargo.toml b/godot-bindings/Cargo.toml index 5d3839007..5bbfad899 100644 --- a/godot-bindings/Cargo.toml +++ b/godot-bindings/Cargo.toml @@ -38,7 +38,7 @@ api-custom = ["dep:bindgen", "dep:regex", "dep:which"] api-custom-extheader = [] [dependencies] -gdextension-api = { git = "https://github.com/godot-rust/godot4-prebuilt", branch = "releases" } +gdextension-api = { version = "0.1", git = "https://github.com/godot-rust/godot4-prebuilt", branch = "releases" } # Do not use bindgen 0.69, it contains regression that forces recompilation of code. bindgen = { optional = true, version = "0.68", default-features = false, features = ["runtime"] }