From 908a649280f563d47a5d2079fd36bcd09f87b99d Mon Sep 17 00:00:00 2001 From: d10sfan <4337981+d10sfan@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:36:10 -0500 Subject: [PATCH] Fix gdext revs (#418) * Fix gdext revs * Update Cargo.toml --- .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..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", branch = "master" } +godot = { git = "https://github.com/godot-rust/gdext", rev = "4c8ea83fc3452485f7b33f2411c136a248457334" } chrono = "0.4.38" url = "2.5.2"