Skip to content

Commit

Permalink
Fix stream leak in sts provider (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Dec 18, 2019
1 parent 0e97b7b commit 007d466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-common-runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
message("install dir ${AWS_DEPS_INSTALL_DIR}")

set(AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git")
set(AWS_CRT_CPP_SHA "v0.6.9")
set(AWS_CRT_CPP_SHA "v0.6.10")
include(BuildAwsCrtCpp)

0 comments on commit 007d466

Please sign in to comment.