File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ahash = "0.8"
23
23
approx = " 0.5"
24
24
atomic-take = " 1"
25
25
bitflags = " 1"
26
- glam = " 0.20 "
26
+ glam = " 0.21 "
27
27
indexmap = " 1"
28
28
libc = " 0.2"
29
29
once_cell = " 1"
Original file line number Diff line number Diff line change @@ -12,14 +12,7 @@ error[E0599]: no function or associated item named `new` found for struct `Foo`
12
12
candidate #1: `UserData`
13
13
candidate #2: `PtrWrapper`
14
14
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`
25
18
= note: this error originates in the derive macro `NativeClass` (in Nightly builds, run with -Z macro-backtrace for more info)
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ ron = "0.8"
23
23
serde = " 1"
24
24
serde_json = " 1"
25
25
bincode = " 1"
26
- serde_yaml = " 0.8.23 "
26
+ serde_yaml = " 0.9 "
27
27
rmp-serde = " 1"
28
28
futures = " 0.3"
You can’t perform that action at this time.
0 commit comments