Skip to content

Commit 98f6d3b

Browse files
Updated dependency versions. (#72)
1 parent 2950771 commit 98f6d3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ is provided by code that been generated from a model of the service.
3131

3232
## Build from source
3333
```
34-
git clone --branch v0.6.0 https://github.com/awslabs/aws-crt-cpp.git
34+
git clone --branch v0.6.1 https://github.com/awslabs/aws-crt-cpp.git
3535
git clone https://github.com/awslabs/aws-iot-device-sdk-cpp-v2.git
3636
mkdir aws-crt-cpp-build
3737
cd aws-crt-cpp-build

aws-common-runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.0")
21+
set(AWS_CRT_CPP_SHA "v0.6.1")
2222
include(BuildAwsCrtCpp)

0 commit comments

Comments
 (0)