File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Next generation AWS IoT Client SDK for C++.
4
4
5
- This project is in ** DEVELOPER PREVIEW** while we gather feedback on
6
- interfaces and use cases. Please file issues and feature requests.
7
- Expect breaking API changes as we incorporate feedback.
8
- Until this project is promoted to General Availability, we advise you use the
9
- [ previous SDK] ( https://github.com/aws/aws-iot-device-sdk-cpp )
10
- for a stable development environment.
5
+ This project is in ** GENERAL AVAILABILITY** . If you have any issues or feature
6
+ requests, please file an issue or pull request.
11
7
12
8
This SDK is built on the AWS Common Runtime, a collection of libraries
13
9
([ aws-c-common] ( https://github.com/awslabs/aws-c-common ) ,
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
18
18
message ("install dir ${AWS_DEPS_INSTALL_DIR} " )
19
19
20
20
set (AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git" )
21
- set (AWS_CRT_CPP_SHA "v0.6.3 " )
21
+ set (AWS_CRT_CPP_SHA "v0.6.5 " )
22
22
include (BuildAwsCrtCpp)
You can’t perform that action at this time.
0 commit comments