I've replaced all of the references to `bones` wit...
# 🦴bones
t
I've replaced all of the references to
bones
with my repo's version and now I'm getting a different error. Cargo.toml:
Copy code
bones_lib = { git = "https://github.com/AustinHellerRepo/bones", branch = "debug_message" }
bones_bevy_asset = { git = "https://github.com/AustinHellerRepo/bones", branch = "debug_message" }
type_ulid = { git = "https://github.com/AustinHellerRepo/bones", branch = "debug_message" }
bones_bevy_renderer = { git ="https://github.com/AustinHellerRepo/bones", branch = "debug_message" }
Error:
Copy code
124 |         <std::collections::HashMap<Key, AnimatedBodySprite>>::deserialize(deserializer)?;
    |                                                               ^^^^^^^^^^^ function or associated item cannot be called on `std::collections::HashMap<bones_lib::prelude::Key, AnimatedBodySprite>` due to unsatisfied trait bounds