[upstream_utils] Upgrade to fmt 12.2.0 (#9018)

This commit is contained in:
Tyler Veness
2026-06-25 16:27:48 -07:00
committed by GitHub
parent 27ce84d367
commit a99c090332
21 changed files with 1786 additions and 1362 deletions

View File

@@ -34,7 +34,7 @@ def copy_upstream_src(wpilib_root: Path):
def main():
name = "fmt"
url = "https://github.com/fmtlib/fmt"
tag = "12.1.0"
tag = "12.2.0"
fmt = Lib(name, url, tag, copy_upstream_src)
fmt.main()