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