mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 20:57:00 +00:00
This way the version type can be fed as-is into fmt:: code, respectively the conversion to string is as simple as fmt::to_string(v). So also drop the explicit existing to_string() helper updating all callers. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>