Context
In the most recent version of compact_str, we renamed CompactStr to CompactString. You can continue to use CompactStr but there is a deprecation warning on it.
Changes
This PR updates compact_str to v0.4, renaming uses of CompactStr to CompactString to prevent the warning
Context In the most recent version of
compact_str
, we renamedCompactStr
toCompactString
. You can continue to useCompactStr
but there is a deprecation warning on it.Changes This PR updates
compact_str
tov0.4
, renaming uses ofCompactStr
toCompactString
to prevent the warning