mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[upstream_utils] Upgrade to fmt 12.0.0 (#8263)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user