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
7 files changed
tree: 14ae0bc56add3a920ff98325c29597b6cfe8ea3c
  1. gen/
  2. phosphor-logging/
  3. subprojects/
  4. watchdog/
  5. yaml/
  6. .clang-format
  7. .gitignore
  8. checkstop_app.cpp
  9. LICENSE
  10. meson.build
  11. meson_options.txt
  12. OWNERS
  13. README.md
  14. watchdog_timeout.cpp
README.md

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.