[upstream_utils] Upgrade to fmt 12.1.0 (#8312)

This commit is contained in:
Tyler Veness
2025-11-01 16:19:37 -07:00
committed by GitHub
parent cb720048b8
commit bc44ced506
12 changed files with 191 additions and 120 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.0.0"
tag = "12.1.0"
fmt = Lib(name, url, tag, copy_upstream_src)
fmt.main()