Skip to content

Commit 48d8fd7

Browse files
committed
Update GDNative API to match Godot 3.5
1 parent 2560d1d commit 48d8fd7

File tree

3 files changed

+13865
-1483
lines changed

3 files changed

+13865
-1483
lines changed

.github/workflows/full-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,13 @@ jobs:
262262
include:
263263
# Latest Godot with different Rust versions
264264
- rust: stable
265-
godot: "3.4.3"
265+
godot: "3.5"
266266
postfix: ''
267267
- rust: nightly
268-
godot: "3.4.3"
268+
godot: "3.5"
269269
postfix: ' (nightly)'
270270
- rust: '1.56'
271-
godot: "3.4.3"
271+
godot: "3.5"
272272
postfix: ' (msrv 1.56)'
273273

274274
# Test with oldest supported engine version

0 commit comments

Comments
 (0)