v0.24.9
Fixed
- Treat compile-time and runtime custom
AppCodevalues as equal by comparing
their canonical string representation, restoring successful JSON roundtrips
forAppCode::new("…")literals.
Changed
- Equality for
AppCodeis now string-based; prefer==checks instead of
pattern matching onAppCode::Variantconstants.