Skip to content

Commit

Permalink
fixup! Document no_std usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 23, 2024
1 parent e6ea8c9 commit 3c4043f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 3c4043f

Please sign in to comment.