Skip to content

Commit

Permalink
Update dependencies to fix error info desync (#46)
Browse files Browse the repository at this point in the history
These updates make sure that the proper info is returned for all error codes.
  • Loading branch information
graebm authored Jul 15, 2019
1 parent e3690ab commit 08236a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-common-runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen

message("install dir ${AWS_DEPS_INSTALL_DIR}")
set(AWS_C_COMMON_URL "https://github.com/awslabs/aws-c-common.git")
set(AWS_C_COMMON_SHA "v0.4.1")
set(AWS_C_COMMON_SHA "v0.4.2")
include(BuildAwsCCommon)

if (UNIX AND NOT APPLE)
Expand All @@ -35,7 +35,7 @@ set(AWS_C_COMPRESSION_SHA "v0.2.2")
include(BuildAwsCCompression)

set(AWS_C_HTTP_URL "https://github.com/awslabs/aws-c-http.git")
set(AWS_C_HTTP_SHA "v0.3.1")
set(AWS_C_HTTP_SHA "v0.3.2")
include(BuildAwsCHttp)

set(AWS_C_MQTT_URL "https://github.com/awslabs/aws-c-mqtt.git")
Expand Down

0 comments on commit 08236a7

Please sign in to comment.