From 7d8485e036c2f153b195469fc05bf7bd1a77c074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Drouet?= Date: Mon, 21 Aug 2023 15:41:28 +0200 Subject: [PATCH] doc: fix typo Replace `Verison` by `Version`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0cec9e..0bf563f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Dual licensed under MIT / Apache 2.0. While this crate is `no_std` compatible, it still requires the `alloc` crate. Version notes: -- Verison `0.17.0` reintroduces type parameter support, but requires at least +- Version `0.17.0` reintroduces type parameter support, but requires at least version 1.60 of the Rust toolchain. - Version `0.16.0` fixes a potential soundness issue but removes template parameter support.