Skip to content

Commit

Permalink
Correct docs version
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Aug 29, 2024
1 parent fa77153 commit 3dee413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensearch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
//!
//! ```toml,no_run
//! [dependencies]
//! opensearch = "3.0.0"
//! opensearch = "2.3.0"
//! ```
//! The following _optional_ dependencies may also be useful to create requests and read responses
//!
Expand Down Expand Up @@ -341,7 +341,7 @@
//!
//! ```toml,no_run
//! [dependencies]
//! opensearch = { version = "3.0.0", features = ["aws-auth"] }
//! opensearch = { version = "2.3.0", features = ["aws-auth"] }
//! aws-config = "1"
//! ```
//!
Expand Down

0 comments on commit 3dee413

Please sign in to comment.