diff --git a/rust/integration_tests/Cargo.toml b/rust/integration_tests/Cargo.toml index ff53d6934..deeb9ce54 100644 --- a/rust/integration_tests/Cargo.toml +++ b/rust/integration_tests/Cargo.toml @@ -8,6 +8,6 @@ crate-type = ["lib", "cdylib"] [dependencies] gdext_coroutines = { path = "..", features = ["async"] } -godot = "0.1" +godot = { package = "godot", git = "https://github.com/godot-rust/gdext" } smol = "2.0" async-compat = "0.2.4" \ No newline at end of file