Skip to content

Commit 5188047

Browse files
committed
Use released crate for gdextension-api
1 parent c0409d9 commit 5188047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godot-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ api-custom = ["dep:bindgen", "dep:regex", "dep:which"]
3838
api-custom-extheader = []
3939

4040
[dependencies]
41-
gdextension-api = { git = "https://github.com/godot-rust/godot4-prebuilt", branch = "releases" }
41+
gdextension-api = { version = "0.1", git = "https://github.com/godot-rust/godot4-prebuilt", branch = "releases" }
4242

4343
# Do not use bindgen 0.69, it contains regression that forces recompilation of code.
4444
bindgen = { optional = true, version = "0.68", default-features = false, features = ["runtime"] }

0 commit comments

Comments
 (0)