Skip to content

Commit 908a649

Browse files
authored
Fix gdext revs (#418)
* Fix gdext revs * Update Cargo.toml
1 parent a67849b commit 908a649

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
ignore:
8+
- dependency-name: "godot"
79
- package-ecosystem: "github-actions"
810
directory: "/"
911
schedule:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ iso9660 = { git = "https://github.com/luxtorpeda-dev/iso9660-rs.git", "rev" = "4
3737
rbchunk = "2.1.0"
3838
walkdir = "2"
3939
steamid-ng = "1.0.0"
40-
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
40+
godot = { git = "https://github.com/godot-rust/gdext", rev = "4c8ea83fc3452485f7b33f2411c136a248457334" }
4141
chrono = "0.4.38"
4242
url = "2.5.2"
4343

0 commit comments

Comments
 (0)