Skip to content

Commit 9eb6db3

Browse files
Googlera-maurice
authored andcommitted
change version of libuv from 1_28 to 1_33
tap (train): https://test.corp.google.com/ui#id=OCL:287864175:BASE:288298139:1578417634643:9ae99db4 all failures unrelated or flakes PiperOrigin-RevId: 288581744
1 parent 4bb029f commit 9eb6db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/external/libuv.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ExternalProject_Add(
2222
libuv
2323

2424
GIT_REPOSITORY https://github.com/libuv/libuv
25-
GIT_TAG v1.28.0
25+
GIT_TAG v1.33.1
2626
GIT_SHALLOW 1
2727

2828
PREFIX ${PROJECT_BINARY_DIR}
@@ -31,4 +31,4 @@ ExternalProject_Add(
3131
BUILD_COMMAND ""
3232
INSTALL_COMMAND ""
3333
TEST_COMMAND ""
34-
)
34+
)

0 commit comments

Comments
 (0)