File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,12 @@ All API functions are `async` only, and can be `await`ed.
6060
6161#### Installing
6262
63- _ (Once client is released to crates.io!)_
64-
65- Add crate name and version to Cargo.toml. Choose the version
66- that is comaptible with the version of Elasticsearch you're using
63+ Add ` elasticsearch ` crate and version to Cargo.toml. Choose the version
64+ that is compatible with the version of Elasticsearch you're using
6765
6866``` toml
6967[dependencies ]
70- elasticsearch = " * "
68+ elasticsearch = " 7.5.1-alpha1 "
7169```
7270
7371#### Connecting
Original file line number Diff line number Diff line change 3636//!
3737//! ```toml,no_run
3838//! [dependencies]
39- //! elasticsearch = "7.5.0 -alpha.1"
39+ //! elasticsearch = "7.5.1 -alpha.1"
4040//! ```
4141//! The following _optional_ dependencies may also be useful to create requests and read responses
4242//!
You can’t perform that action at this time.
0 commit comments