mirror of
https://github.com/encounter/lzokay-rs.git
synced 2025-10-21 00:15:46 +00:00
Version 2.0.1
This commit is contained in:
parent
0f0eb3f63f
commit
c762f2522d
@ -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"
|
||||
|
@ -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"]
|
||||
//! ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user