diff --git a/Cargo.lock b/Cargo.lock index de08e322..87040845 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,7 +544,7 @@ checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94" [[package]] name = "godot" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" +source = "git+https://github.com/godot-rust/gdext?branch=master#8ad9cb0ea877ccf7d4f34b17d87f0a1eb7c47f56" dependencies = [ "godot-core", "godot-macros", @@ -553,7 +553,7 @@ dependencies = [ [[package]] name = "godot-bindings" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" +source = "git+https://github.com/godot-rust/gdext?branch=master#8ad9cb0ea877ccf7d4f34b17d87f0a1eb7c47f56" dependencies = [ "gdextension-api", ] @@ -561,12 +561,12 @@ dependencies = [ [[package]] name = "godot-cell" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" +source = "git+https://github.com/godot-rust/gdext?branch=master#8ad9cb0ea877ccf7d4f34b17d87f0a1eb7c47f56" [[package]] name = "godot-codegen" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" +source = "git+https://github.com/godot-rust/gdext?branch=master#8ad9cb0ea877ccf7d4f34b17d87f0a1eb7c47f56" dependencies = [ "godot-bindings", "heck", @@ -579,7 +579,7 @@ dependencies = [ [[package]] name = "godot-core" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" +source = "git+https://github.com/godot-rust/gdext?branch=master#8ad9cb0ea877ccf7d4f34b17d87f0a1eb7c47f56" dependencies = [ "glam", "godot-bindings", @@ -591,7 +591,7 @@ dependencies = [ [[package]] name = "godot-ffi" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" +source = "git+https://github.com/godot-rust/gdext?branch=master#8ad9cb0ea877ccf7d4f34b17d87f0a1eb7c47f56" dependencies = [ "gensym", "godot-bindings", @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "godot-macros" version = "0.1.3" -source = "git+https://github.com/godot-rust/gdext?branch=master#7634fe769d1fcb66209586f0b6c06aac40978253" +source = "git+https://github.com/godot-rust/gdext?branch=master#8ad9cb0ea877ccf7d4f34b17d87f0a1eb7c47f56" dependencies = [ "godot-bindings", "proc-macro2",