Skip to content

Commit

Permalink
Fix gdext revs (#418)
Browse files Browse the repository at this point in the history
* Fix gdext revs

* Update Cargo.toml
  • Loading branch information
d10sfan authored Oct 1, 2024
1 parent a67849b commit 908a649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "godot"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 908a649

Please sign in to comment.