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
6161
6262``` toml
6363[dependencies ]
64- elasticsearch = " 7.10.0 -alpha.1"
64+ elasticsearch = " 7.10.1 -alpha.1"
6565```
6666
6767The 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 = " 7.10.0 -alpha.1"
3+ version = " 7.10.1 -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 11[package ]
22name = " elasticsearch"
3- version = " 7.10.0 -alpha.1"
3+ version = " 7.10.1 -alpha.1"
44edition = " 2018"
55authors = [" Elastic and Contributors" ]
66description = " Official Elasticsearch Rust client"
Original file line number Diff line number Diff line change 6161//!
6262//! ```toml,no_run
6363//! [dependencies]
64- //! elasticsearch = "7.10.0 -alpha.1"
64+ //! elasticsearch = "7.10.1 -alpha.1"
6565//! ```
6666//! The following _optional_ dependencies may also be useful to create requests and read responses
6767//!
Original file line number Diff line number Diff line change 11[package ]
22name = " yaml_test_runner"
3- version = " 7.10.0 -alpha.1"
3+ version = " 7.10.1 -alpha.1"
44publish = false
55edition = " 2018"
66authors = [" Elastic and Contributors" ]
You can’t perform that action at this time.
0 commit comments