From 3c4043f2bbab8d3fa7656d5fc0fdc9e44b7099e4 Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Tue, 23 Jul 2024 16:17:13 +0200 Subject: [PATCH] fixup! Document no_std usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51593c6..de5f4af 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Blurhash can also run in `no_std` environments by disabling the default features ```toml [dependencies] -blurhash = { version = "0.2.3", default-features = false, features = ["fast-linear-to-srgb"] } +blurhash = { version = "0.2.4", default-features = false, features = ["fast-linear-to-srgb"] } ``` Blurhash requires Rust 1.82 or later when using `no_std`.