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`.