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"] //! ```