From 45b071ec7f6a4093d8be3b3a1cc61a878e0edc16 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 14 Oct 2025 20:12:33 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4078f1d..cf11375 100644 --- a/README.md +++ b/README.md @@ -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"] ```