File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ that is compatible with the version of Elasticsearch you're using
4444
4545``` toml
4646[dependencies ]
47- elasticsearch = " 8.6 .0-alpha.1"
47+ elasticsearch = " 8.7 .0-alpha.1"
4848```
4949
5050The following _ optional_ dependencies may also be useful to create requests and read responses
Original file line number Diff line number Diff line change 11[package ]
22name = " api_generator"
3- version = " 8.6 .0-alpha.1"
3+ version = " 8.7 .0-alpha.1"
44publish = false
55description = " Generates source code for elasticsearch package, from the Elasticsearch REST API specs"
66repository = " https://github.com/elastic/elasticsearch-rs"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ compatible with the version of {es} you are using:
77[source,toml]
88----
99[dependencies]
10- elasticsearch = "8.6 .0-alpha.1"
10+ elasticsearch = "8.7 .0-alpha.1"
1111----
1212
1313The following _optional_ dependencies may also be useful to create requests and
Original file line number Diff line number Diff line change 6666//!
6767//! ```toml,no_run
6868//! [dependencies]
69- //! elasticsearch = "8.6 .0-alpha.1"
69+ //! elasticsearch = "8.7 .0-alpha.1"
7070//! ```
7171//! The following _optional_ dependencies may also be useful to create requests and read responses
7272//!
Original file line number Diff line number Diff line change 11[package ]
22name = " xtask"
3- version = " 8.6 .0-alpha.1"
3+ version = " 8.7 .0-alpha.1"
44edition = " 2018"
55publish = false
66
Original file line number Diff line number Diff line change 11[package ]
22name = " yaml_test_runner"
3- version = " 8.6 .0-alpha.1"
3+ version = " 8.7 .0-alpha.1"
44publish = false
55edition = " 2018"
66authors = [" Elastic and Contributors" ]
You can’t perform that action at this time.
0 commit comments