[upstream_utils] Upgrade to fmt 11.0.1 (#6804)

This commit is contained in:
Tyler Veness
2024-07-07 06:40:15 -07:00
committed by GitHub
parent 0954ded60a
commit 32ed9c5f0b
4 changed files with 61 additions and 27 deletions

View File

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