Skip to content

Commit

Permalink
fix docs for v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jul 20, 2023
1 parent 21e619f commit 8634bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
//!
//! Enable all compression algorithms, and handle remote files (default)
//! ```toml
//! oneio = "0.1"
//! oneio = "0.11"
//! ```
//!
//! Select from supported feature flags
//! ```toml
//! oneio = {version = "0.1", features = ["remote", "gz"]}
//! oneio = {version = "0.11", features = ["remote", "gz"]}
//! ```
//!
//! Supported feature flags:
Expand Down

0 comments on commit 8634bf1

Please sign in to comment.