From 0117baf011a43055cae309c6ef1cc73094bb38e4 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 7 May 2026 06:55:28 -0400 Subject: [PATCH] Rust wrapper: document wolfSSL version requirement --- wrapper/rust/wolfssl-wolfcrypt/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrapper/rust/wolfssl-wolfcrypt/README.md b/wrapper/rust/wolfssl-wolfcrypt/README.md index d2509b508e..ec4fea9221 100644 --- a/wrapper/rust/wolfssl-wolfcrypt/README.md +++ b/wrapper/rust/wolfssl-wolfcrypt/README.md @@ -3,6 +3,8 @@ The `wolfssl-wolfcrypt` crate is a Rust wrapper for the wolfCrypt cryptographic algorithms portion of the wolfSSL C library. +This crate requires wolfSSL version 5.9.0 or newer. + ## Installation The `wolfssl` C library must be installed to be used by the Rust crate.