Skip to content

Commit

Permalink
Fix typo in version number (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
firasuke authored Jan 26, 2022
1 parent 8db5c19 commit 3a7406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a7406e

Please # to comment.