From ba1052ad3fd0bf7fe8fc259c1d46d353ae21b4a4 Mon Sep 17 00:00:00 2001 From: Aaron Feickert <66188213+AaronFeickert@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:52:41 -0600 Subject: [PATCH] Update documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56f88ff..6238c4b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ It's possible to generalize these if done safely, but the implementation doesn't The implementation keeps dependencies to a minimum, and is `no_std` right out of the box. You can enable the optional `serde` feature for proof (de)serialization support. +You can enable the optional `std` feature for corresponding dependency features. ## Security