From bd5122ad783b40c8296a34be88ec92c467d314a1 Mon Sep 17 00:00:00 2001 From: d10sfan Date: Mon, 30 Sep 2024 21:26:14 -0500 Subject: [PATCH 1/2] Fix gdext revs --- .github/dependabot.yml | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d6c2879..f4a7dd1c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "godot" - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/Cargo.toml b/Cargo.toml index 0fcf0003..d53d5be4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ iso9660 = { git = "https://github.com/luxtorpeda-dev/iso9660-rs.git", "rev" = "4 rbchunk = "2.1.0" walkdir = "2" steamid-ng = "1.0.0" -godot = { git = "https://github.com/godot-rust/gdext", branch = "master" } +godot = { git = "https://github.com/godot-rust/gdext", rev = "22fd33d" } chrono = "0.4.38" url = "2.5.2" From 63827c6b2bf468e3817b522ce6fb8bb0d9129902 Mon Sep 17 00:00:00 2001 From: d10sfan Date: Mon, 30 Sep 2024 21:31:00 -0500 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d53d5be4..c8b80e94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ iso9660 = { git = "https://github.com/luxtorpeda-dev/iso9660-rs.git", "rev" = "4 rbchunk = "2.1.0" walkdir = "2" steamid-ng = "1.0.0" -godot = { git = "https://github.com/godot-rust/gdext", rev = "22fd33d" } +godot = { git = "https://github.com/godot-rust/gdext", rev = "4c8ea83fc3452485f7b33f2411c136a248457334" } chrono = "0.4.38" url = "2.5.2"