Added requirement for ClientId to derive Serialize/Deserialize. I don't know if this will fix the issue, as serialize and deserialize may require some actual implementation. I just know that the simple.rs example will not compile with out that trait, probably due to the recent update of bevy.
EDIT
I looked further into the file and realized the trait is actually implemented and not derived, so I have no idea why it's not satisfied. Closing this because I don't have a solution.
Added requirement for ClientId to derive Serialize/Deserialize. I don't know if this will fix the issue, as serialize and deserialize may require some actual implementation. I just know that the simple.rs example will not compile with out that trait, probably due to the recent update of bevy. EDIT I looked further into the file and realized the trait is actually implemented and not derived, so I have no idea why it's not satisfied. Closing this because I don't have a solution.