mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[wpiutil] Upgrade to fmt 9.0.0 (#4337)
fmt removed fmt::make_args_checked since it's no longer needed for constexpr format string checks. fmt deprecated implicit conversions from enums to integers in format arguments, so I added explicit static casts.
This commit is contained in:
@@ -12,7 +12,7 @@ from upstream_utils import (
|
||||
|
||||
|
||||
def main():
|
||||
root, repo = setup_upstream_repo("https://github.com/fmtlib/fmt", "8.1.1")
|
||||
root, repo = setup_upstream_repo("https://github.com/fmtlib/fmt", "9.0.0")
|
||||
wpiutil = os.path.join(root, "wpiutil")
|
||||
|
||||
# Apply patches to original git repo
|
||||
|
||||
Reference in New Issue
Block a user