diff --git a/Cargo.toml b/Cargo.toml index c4026bc..300c6da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" crate-type = ["cdylib"] # Compile this crate to a dynamic C library. [dependencies] -godot = { git = "https://github.com/godot-rust/gdext", branch = "master", rev="d3745f8" } +godot = { git = "https://github.com/godot-rust/gdext", rev="d3745f8" } once_cell = "1.18.0"