File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ that is compatible with the version of Elasticsearch you're using
61
61
62
62
``` toml
63
63
[dependencies ]
64
- elasticsearch = " 7.10.0 -alpha.1"
64
+ elasticsearch = " 7.10.1 -alpha.1"
65
65
```
66
66
67
67
The following _ optional_ dependencies may also be useful to create requests and read responses
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " api_generator"
3
- version = " 7.10.0 -alpha.1"
3
+ version = " 7.10.1 -alpha.1"
4
4
publish = false
5
5
description = " Generates source code for elasticsearch package, from the Elasticsearch REST API specs"
6
6
repository = " https://github.com/elastic/elasticsearch-rs"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " elasticsearch"
3
- version = " 7.10.0 -alpha.1"
3
+ version = " 7.10.1 -alpha.1"
4
4
edition = " 2018"
5
5
authors = [" Elastic and Contributors" ]
6
6
description = " Official Elasticsearch Rust client"
Original file line number Diff line number Diff line change 61
61
//!
62
62
//! ```toml,no_run
63
63
//! [dependencies]
64
- //! elasticsearch = "7.10.0 -alpha.1"
64
+ //! elasticsearch = "7.10.1 -alpha.1"
65
65
//! ```
66
66
//! The following _optional_ dependencies may also be useful to create requests and read responses
67
67
//!
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " yaml_test_runner"
3
- version = " 7.10.0 -alpha.1"
3
+ version = " 7.10.1 -alpha.1"
4
4
publish = false
5
5
edition = " 2018"
6
6
authors = [" Elastic and Contributors" ]
You can’t perform that action at this time.
0 commit comments