<@429359541399060482> Hey, I'm trying to debug a p...
# 🦴bones
t
@Zicklag Hey, I'm trying to debug a problem that I'm having with jumpy (which was referencing a panic in bones), so I forked a copy over to my Github repo and replaced the usage in my jumpy
Cargo.toml
file to use my repo's version of bones. Now I'm getting this error for many of the times these structs are used in jumpy (not just
LoadedMap
):
Copy code
the trait `bones_lib::prelude::TypeUlid` is not implemented for `map::L
oadedMap`
Any ideas?