[upstream_utils] Update to libuv 1.47.0 (#5889)

This commit is contained in:
Tyler Veness
2023-11-14 12:12:56 -08:00
committed by GitHub
parent b3a9c3e96b
commit a8b80ca256
32 changed files with 1411 additions and 1565 deletions

View File

@@ -13,7 +13,7 @@ from upstream_utils import (
def main():
upstream_root = clone_repo("https://github.com/libuv/libuv", "v1.46.0")
upstream_root = clone_repo("https://github.com/libuv/libuv", "v1.47.0")
wpilib_root = get_repo_root()
wpinet = os.path.join(wpilib_root, "wpinet")