[upstream_utils] Upgrade to fmt 12.0.0 (#8263)

This commit is contained in:
Tyler Veness
2025-09-29 11:45:15 -07:00
committed by GitHub
parent e364087e99
commit bd5141e254
14 changed files with 556 additions and 599 deletions

View File

@@ -34,8 +34,7 @@ def copy_upstream_src(wpilib_root: Path):
def main():
name = "fmt"
url = "https://github.com/fmtlib/fmt"
# master on 2025-07-06
tag = "300ce75ca610cc33cf51366572261bb974aada7b"
tag = "12.0.0"
fmt = Lib(name, url, tag, copy_upstream_src)
fmt.main()