File tree 6 files changed +6
-6
lines changed
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
44
44
45
45
``` toml
46
46
[dependencies ]
47
- elasticsearch = " 8.6 .0-alpha.1"
47
+ elasticsearch = " 8.7 .0-alpha.1"
48
48
```
49
49
50
50
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 = " 8.6 .0-alpha.1"
3
+ version = " 8.7 .0-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 @@ -7,7 +7,7 @@ compatible with the version of {es} you are using:
7
7
[source,toml]
8
8
----
9
9
[dependencies]
10
- elasticsearch = "8.6 .0-alpha.1"
10
+ elasticsearch = "8.7 .0-alpha.1"
11
11
----
12
12
13
13
The following _optional_ dependencies may also be useful to create requests and
Original file line number Diff line number Diff line change 66
66
//!
67
67
//! ```toml,no_run
68
68
//! [dependencies]
69
- //! elasticsearch = "8.6 .0-alpha.1"
69
+ //! elasticsearch = "8.7 .0-alpha.1"
70
70
//! ```
71
71
//! The following _optional_ dependencies may also be useful to create requests and read responses
72
72
//!
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xtask"
3
- version = " 8.6 .0-alpha.1"
3
+ version = " 8.7 .0-alpha.1"
4
4
edition = " 2018"
5
5
publish = false
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " yaml_test_runner"
3
- version = " 8.6 .0-alpha.1"
3
+ version = " 8.7 .0-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