You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm afraid this is an instance of serde-rs/serde#1183 and not something this library can fix. My recommendation is to avoid serde(flatten) if you can.
Hello,
Thank you for your crate. I found one bug here.
this code failed with
Error("invalid type: string \"10\", expected u32")
. It seems that other features do not work as well.The text was updated successfully, but these errors were encountered: