-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-crt-cpp
updated
17 files
+6 −10 | .github/workflows/ci.yml | |
+1 −1 | VERSION | |
+1 −1 | crt/aws-c-auth | |
+1 −1 | crt/aws-c-cal | |
+1 −1 | crt/aws-c-common | |
+1 −1 | crt/aws-c-event-stream | |
+1 −1 | crt/aws-c-http | |
+1 −1 | crt/aws-c-io | |
+1 −1 | crt/aws-c-s3 | |
+1 −1 | crt/aws-c-sdkutils | |
+1 −1 | crt/aws-lc | |
+1 −1 | crt/s2n | |
+7 −0 | include/aws/crt/endpoints/RuleEngine.h | |
+9 −0 | include/aws/iot/Mqtt5Client.h | |
+6 −0 | source/endpoints/RuleEngine.cpp | |
+15 −0 | source/iot/Mqtt5Client.cpp | |
+18 −0 | tests/RuleEngineTest.cpp |