Skip to content

Commit 0e97b7b

Browse files
Fix leak in websockets. (#83)
1 parent d5c3052 commit 0e97b7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aws-common-runtime/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
1818
message("install dir ${AWS_DEPS_INSTALL_DIR}")
1919

2020
set(AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git")
21-
set(AWS_CRT_CPP_SHA "v0.6.8")
21+
set(AWS_CRT_CPP_SHA "v0.6.9")
2222
include(BuildAwsCrtCpp)
23+

0 commit comments

Comments
 (0)