commit | 40fccd52408dce41aed05d1a65e867d09e2fcca7 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jul 17 11:24:09 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jul 17 11:24:13 2023 -0500 |
tree | 14ae0bc56add3a920ff98325c29597b6cfe8ea3c | |
parent | 704170c70d196979896852f8ce2ea2fd09157bd8 [diff] |
switch fmt::format to use std::format The fmt::format is supported directly in std now. Swap it out and remove the unnecessary dependency. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie278c6328239928198fd87f5007468d401e44a21