Skip to content

Commit fa967b9

Browse files
committed
Bump version in README
1 parent 4592d12 commit fa967b9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

elasticsearch/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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
//!

0 commit comments

Comments
 (0)