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.
60
60
61
61
#### Installing
62
62
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
67
65
68
66
``` toml
69
67
[dependencies ]
70
- elasticsearch = " * "
68
+ elasticsearch = " 7.5.1-alpha1 "
71
69
```
72
70
73
71
#### Connecting
Original file line number Diff line number Diff line change 36
36
//!
37
37
//! ```toml,no_run
38
38
//! [dependencies]
39
- //! elasticsearch = "7.5.0 -alpha.1"
39
+ //! elasticsearch = "7.5.1 -alpha.1"
40
40
//! ```
41
41
//! The following _optional_ dependencies may also be useful to create requests and read responses
42
42
//!
You can’t perform that action at this time.
0 commit comments