Skip to content

Commit

Permalink
Stream leak fix (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose authored and graebm committed Dec 18, 2019
1 parent ca73e35 commit 0d84b42
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 @@ -47,7 +47,7 @@ set(AWS_C_CAL_SHA "v0.2.0")
include(BuildAwsCCal)

set(AWS_C_AUTH_URL "https://github.com/awslabs/aws-c-auth.git")
set(AWS_C_AUTH_SHA "v0.3.4")
set(AWS_C_AUTH_SHA "v0.3.5")
include(BuildAwsCAuth)

add_dependencies(AwsCCompression AwsCCommon)
Expand Down

0 comments on commit 0d84b42

Please sign in to comment.