Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rust): use asyncsleep trait to configure aws-sdk-kms
to account for a breaking change on the library. We can't enable the rt-tokio feature (that would had been enabled by default) because of no_std requirements, so pass the custom implementation directly.
- Loading branch information