Skip to content

Commit ec4a799

Browse files
committed
pin to godot git rev b619959
1 parent 32306b6 commit ec4a799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pets-lib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ chrono = { version = "0.4.38", features = ["serde"] }
1212
concat-idents = "1.1.5"
1313
derive_more = "0.99.17"
1414
derived-deref = "2.1.0"
15-
godot = { version = "0.2.2", features = ["api-4-3", "experimental-threads", "experimental-godot-api"] }
16-
# godot = { git = "https://github.com/godot-rust/gdext", rev = "c6d5205", features = ["api-4-3", "experimental-threads", "experimental-godot-api"] }
15+
# godot = { version = "0.2.2", features = ["api-4-3", "experimental-threads", "experimental-godot-api"] }
16+
godot = { git = "https://github.com/godot-rust/gdext", rev = "b619959", features = ["api-4-3", "experimental-threads", "experimental-godot-api"] }
1717
# godot = { git = "https://github.com/godot-rust/gdext", features = ["api-4-3", "experimental-threads", "experimental-godot-api"] }
1818
indoc = "2.0.4"
1919
libdx = "2.1.1"

0 commit comments

Comments
 (0)