From 3a7406e4067ed8bec75359243da112169cb05a1e Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Wed, 26 Jan 2022 20:19:45 +0200 Subject: [PATCH] Fix typo in version number (#90) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8804d2a6..75052124 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,7 +29,7 @@ //! the `tokio` feature of this crate: //! //! ```toml -//! xz2 = { version = "0.3", features = ["tokio"] } +//! xz2 = { version = "0.1.6", features = ["tokio"] } //! ``` //! //! All methods are internally capable of working with streams that may return