From 67fbc64cfd634c5fe8e53e5c11a6057a87a6dc85 Mon Sep 17 00:00:00 2001 From: Rasmus Melchior Jacobsen Date: Thu, 23 May 2024 15:19:14 +0200 Subject: [PATCH] Add esp-mbedtls warning to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6e44ef..b62aad2 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ If you are missing a feature or would like an improvement, please raise an issue :warning: Note that both features cannot be used together and will cause a compilation error. +:warning: The released version of `reqwless` does not support `esp-mbedtls`. The reason for this is that `esp-mbedtls` is not yet published to crates.io. One should specify `reqwless` as a git dependency to use `esp-mbedtls`. + ### esp-mbedtls **Can only be used on esp32 boards** `esp-mbedtls` supports TLS 1.2 and 1.3. It uses espressif's Rust wrapper over mbedtls, alongside optimizations such as hardware acceleration.