We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0c9a3 commit 2950771Copy full SHA for 2950771
2 files changed
README.md
@@ -31,7 +31,7 @@ is provided by code that been generated from a model of the service.
31
32
## Build from source
33
```
34
-git clone --branch v0.5.3 https://github.com/awslabs/aws-crt-cpp.git
+git clone --branch v0.6.0 https://github.com/awslabs/aws-crt-cpp.git
35
git clone https://github.com/awslabs/aws-iot-device-sdk-cpp-v2.git
36
mkdir aws-crt-cpp-build
37
cd aws-crt-cpp-build
aws-common-runtime/CMakeLists.txt
@@ -18,5 +18,5 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
18
message("install dir ${AWS_DEPS_INSTALL_DIR}")
19
20
set(AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git")
21
-set(AWS_CRT_CPP_SHA "v0.5.4")
+set(AWS_CRT_CPP_SHA "v0.6.0")
22
include(BuildAwsCrtCpp)
0 commit comments