From 8902a79972e884bf15bd63cd178fee49b1059ec4 Mon Sep 17 00:00:00 2001 From: eschorn1 Date: Wed, 19 Jun 2024 09:52:32 -0500 Subject: [PATCH] v0.2.1 RC2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfffdbc..0be5e58 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The Rust [Documentation][docs-link] lives under each **Module** corresponding to * Note that FIPS 204 places specific requirements on randomness per section 3.5.1, hence the exposed `RNG`. * Requires Rust **1.70** or higher. The minimum supported Rust version may be changed in the future, but it will be done with a minor version bump (when the major version is larger than 0).. -* All on-by-default features of this library are covered by SemVer. +* All on-by-default features of this library are covered by `SemVer`. * The FIPS 204 draft standard and this software is experimental -- USE AT YOUR OWN RISK! ## License