diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8423ff8..024431d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -53,7 +53,7 @@ checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9" [[package]] name = "godot" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3d7575f6e8ded34b946305011ffaf7b69c613752" dependencies = [ "godot-core", "godot-macros", @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "godot-bindings" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3d7575f6e8ded34b946305011ffaf7b69c613752" dependencies = [ "godot4-prebuilt", ] @@ -70,12 +70,12 @@ dependencies = [ [[package]] name = "godot-cell" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3d7575f6e8ded34b946305011ffaf7b69c613752" [[package]] name = "godot-codegen" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3d7575f6e8ded34b946305011ffaf7b69c613752" dependencies = [ "godot-bindings", "heck", @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "godot-core" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3d7575f6e8ded34b946305011ffaf7b69c613752" dependencies = [ "glam", "godot-bindings", @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "godot-ffi" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3d7575f6e8ded34b946305011ffaf7b69c613752" dependencies = [ "gensym", "godot-bindings", @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "godot-macros" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3d7575f6e8ded34b946305011ffaf7b69c613752" dependencies = [ "godot-bindings", "proc-macro2",