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 @@ -65,7 +65,7 @@ that is compatible with the version of Elasticsearch you're using
65
65
66
66
``` toml
67
67
[dependencies ]
68
- elasticsearch = " 7.5.1 -alpha1"
68
+ elasticsearch = " 7.5.2 -alpha1"
69
69
```
70
70
71
71
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.5.1 -alpha.1"
3
+ version = " 7.5.2 -alpha.1"
4
4
description = " Generates source code for elasticsearch package, from the Elasticsearch REST API specs"
5
5
authors = [" Elastic and Contributors" ]
6
6
edition = " 2018"
Original file line number Diff line number Diff line change 1
- v7.5.1
1
+ v7.5.2
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ that is compatible with the version of Elasticsearch you're using
42
42
[source,toml]
43
43
----
44
44
[dependencies]
45
- elasticsearch = "7.5.1 -alpha1"
45
+ elasticsearch = "7.5.2 -alpha1"
46
46
----
47
47
48
48
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 = " elasticsearch"
3
- version = " 7.5.1 -alpha.1"
3
+ version = " 7.5.2 -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 36
36
//!
37
37
//! ```toml,no_run
38
38
//! [dependencies]
39
- //! elasticsearch = "7.5.1 -alpha.1"
39
+ //! elasticsearch = "7.5.2 -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