Skip to content

Commit

Permalink
Switch to single commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles committed Nov 26, 2023
1 parent c82ffcf commit 71576ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
crate-type = ["cdylib"] # Compile this crate to a dynamic C library.

[dependencies]
godot = { git = "https://github.com/godot-rust/gdext", branch = "master", rev="d3745f8" }
godot = { git = "https://github.com/godot-rust/gdext", rev="d3745f8" }
once_cell = "1.18.0"

0 comments on commit 71576ba

Please sign in to comment.