diff --git a/Cargo.lock b/Cargo.lock index 7c6bfbd2..13a1ec80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,7 +538,7 @@ checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94" [[package]] name = "godot" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#ea8237dbe36eec13dc1e03d1cbf4ef26ac855b29" +source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" dependencies = [ "godot-core", "godot-macros", @@ -547,7 +547,7 @@ dependencies = [ [[package]] name = "godot-bindings" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#ea8237dbe36eec13dc1e03d1cbf4ef26ac855b29" +source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" dependencies = [ "gdextension-api", ] @@ -555,12 +555,12 @@ dependencies = [ [[package]] name = "godot-cell" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#ea8237dbe36eec13dc1e03d1cbf4ef26ac855b29" +source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" [[package]] name = "godot-codegen" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#ea8237dbe36eec13dc1e03d1cbf4ef26ac855b29" +source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" dependencies = [ "godot-bindings", "heck", @@ -573,7 +573,7 @@ dependencies = [ [[package]] name = "godot-core" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#ea8237dbe36eec13dc1e03d1cbf4ef26ac855b29" +source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" dependencies = [ "glam", "godot-bindings", @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "godot-ffi" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#ea8237dbe36eec13dc1e03d1cbf4ef26ac855b29" +source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" dependencies = [ "gensym", "godot-bindings", @@ -597,7 +597,7 @@ dependencies = [ [[package]] name = "godot-macros" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#ea8237dbe36eec13dc1e03d1cbf4ef26ac855b29" +source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" dependencies = [ "godot-bindings", "proc-macro2",