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
Support for thumbv6m target is fixed (thanks chxry919)
New features
Added support for raw strings with the syntax ##..#" ... "#..## (thanks @cellomath908910).
Enhancements
New as_immutable_string_ref, as_array_ref, as_blob_ref, as_map_ref plus their _mut variants for Dynamic (thanks @madonuko904).
The break, return and throw statements can now be simply used as switch case statement expressions. Previously it is required that the statement be wrapped in a block.