compassd / dcompass

A high-performance programmable DNS component aiming at robustness, speed, and flexibility
GNU General Public License v3.0
281 stars 23 forks source link

Update compact_str to v0.4 #87

Closed ParkMyCar closed 2 years ago

ParkMyCar commented 2 years ago

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

LEXUGE commented 2 years ago

Upgraded in the latest release. Thanks!