[wpiutil] Upgrade to fmt 10.1.1 (#5585)

This fixes a partial template specialization error internal to fmt that
was encountered in #5560.
This commit is contained in:
Tyler Veness
2023-08-28 21:16:53 -07:00
committed by GitHub
parent 165ebe4c79
commit ab3bf39e0e
4 changed files with 50 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ from upstream_utils import (
def main():
upstream_root = clone_repo("https://github.com/fmtlib/fmt", "10.1.0")
upstream_root = clone_repo("https://github.com/fmtlib/fmt", "10.1.1")
wpilib_root = get_repo_root()
wpiutil = os.path.join(wpilib_root, "wpiutil")