Skip to content

Commit a813519

Browse files
Updates for crt to pick up windows security fixes. (#77)
1 parent e8d59fc commit a813519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-common-runtime/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ 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.5")
21+
set(AWS_CRT_CPP_SHA "v0.6.6")
2222
include(BuildAwsCrtCpp)

0 commit comments

Comments
 (0)