Update README.md

This commit is contained in:
Luke Street 2025-10-14 20:12:33 -06:00
parent e1626abde0
commit 45b071ec7f

View File

@ -29,14 +29,14 @@ In `Cargo.toml`:
```toml
[dependencies]
lzokay = "2.0.0"
lzokay = "2.0"
```
Or, to only enable certain features:
```toml
[dependencies.lzokay]
version = "2.0.0"
version = "2.0"
default-features = false
features = ["decompress", "compress"]
```