From c762f2522d0d19ca6e4b6b8ca7ba51b512dc93b0 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Thu, 16 Oct 2025 17:43:49 -0600 Subject: [PATCH] Version 2.0.1 --- Cargo.toml | 2 +- src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b49e76f..91b2ad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lzokay" -version = "2.0.0" +version = "2.0.1" edition = "2021" license = "MIT" repository = "https://github.com/encounter/lzokay-rs" diff --git a/src/lib.rs b/src/lib.rs index ad00300..4adc4a2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -20,14 +20,14 @@ //! //! ```toml //! [dependencies] -//! lzokay = "2.0.0" +//! lzokay = "2.0.1" //! ``` //! //! Or, to only enable certain features: //! //! ```toml //! [dependencies.lzokay] -//! version = "2.0.0" +//! version = "2.0.1" //! default-features = false //! features = ["decompress", "compress"] //! ```