Skip to content

Commit 5ddd702

Browse files
committed
Update dependencies
1 parent e154c82 commit 5ddd702

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

gdnative-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ahash = "0.8"
2323
approx = "0.5"
2424
atomic-take = "1"
2525
bitflags = "1"
26-
glam = "0.20"
26+
glam = "0.21"
2727
indexmap = "1"
2828
libc = "0.2"
2929
once_cell = "1"

gdnative/tests/ui/derive_fail_methods_missing_new.stderr

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@ error[E0599]: no function or associated item named `new` found for struct `Foo`
1212
candidate #1: `UserData`
1313
candidate #2: `PtrWrapper`
1414
candidate #3: `gdnative::prelude::GodotObject`
15-
candidate #4: `glam::core::traits::matrix::Matrix2x2`
16-
candidate #5: `glam::core::traits::vector::MaskVector2`
17-
candidate #6: `glam::core::traits::vector::MaskVector3`
18-
candidate #7: `glam::core::traits::vector::MaskVector4`
19-
candidate #8: `glam::core::traits::vector::Vector2`
20-
candidate #9: `glam::core::traits::vector::Vector3`
21-
candidate #10: `glam::core::traits::vector::Vector4`
22-
candidate #11: `parking_lot_core::thread_parker::ThreadParkerT`
23-
candidate #12: `ahash::HashMapExt`
24-
candidate #13: `ahash::HashSetExt`
15+
candidate #4: `parking_lot_core::thread_parker::ThreadParkerT`
16+
candidate #5: `ahash::HashMapExt`
17+
candidate #6: `ahash::HashSetExt`
2518
= note: this error originates in the derive macro `NativeClass` (in Nightly builds, run with -Z macro-backtrace for more info)

test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ ron = "0.8"
2323
serde = "1"
2424
serde_json = "1"
2525
bincode = "1"
26-
serde_yaml = "0.8.23"
26+
serde_yaml = "0.9"
2727
rmp-serde = "1"
2828
futures = "0.3"

0 commit comments

Comments
 (0)