Skip to content

Commit dc69ffb

Browse files
authored
Update to v7.5.2 rest specs (#51)
This commit updates the api_generator to use the v7.5.2 rest specs, and updates the references to 7.5.1-alpha.1 package to 7.5.2-alpha.1, in preparation for the next release.
1 parent e52dc09 commit dc69ffb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ that is compatible with the version of Elasticsearch you're using
6565

6666
```toml
6767
[dependencies]
68-
elasticsearch = "7.5.1-alpha1"
68+
elasticsearch = "7.5.2-alpha1"
6969
```
7070

7171
The following _optional_ dependencies may also be useful to create requests and read responses

api_generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "api_generator"
3-
version = "7.5.1-alpha.1"
3+
version = "7.5.2-alpha.1"
44
description = "Generates source code for elasticsearch package, from the Elasticsearch REST API specs"
55
authors = ["Elastic and Contributors"]
66
edition = "2018"

api_generator/last_downloaded_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v7.5.1
1+
v7.5.2

docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ that is compatible with the version of Elasticsearch you're using
4242
[source,toml]
4343
----
4444
[dependencies]
45-
elasticsearch = "7.5.1-alpha1"
45+
elasticsearch = "7.5.2-alpha1"
4646
----
4747

4848
The following _optional_ dependencies may also be useful to create requests and read responses

elasticsearch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elasticsearch"
3-
version = "7.5.1-alpha.1"
3+
version = "7.5.2-alpha.1"
44
edition = "2018"
55
authors = ["Elastic and Contributors"]
66
description = "Official Elasticsearch Rust client"

elasticsearch/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//!
3737
//! ```toml,no_run
3838
//! [dependencies]
39-
//! elasticsearch = "7.5.1-alpha.1"
39+
//! elasticsearch = "7.5.2-alpha.1"
4040
//! ```
4141
//! The following _optional_ dependencies may also be useful to create requests and read responses
4242
//!

0 commit comments

Comments
 (0)