Skip to content

Commit 4fb78c3

Browse files
committed
bump versions to 7.10.1-alpha.1
1 parent deb976c commit 4fb78c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6767
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.10.0-alpha.1"
3+
version = "7.10.1-alpha.1"
44
publish = false
55
description = "Generates source code for elasticsearch package, from the Elasticsearch REST API specs"
66
repository = "https://github.com/elastic/elasticsearch-rs"

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.10.0-alpha.1"
3+
version = "7.10.1-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
@@ -61,7 +61,7 @@
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
//!

yaml_test_runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yaml_test_runner"
3-
version = "7.10.0-alpha.1"
3+
version = "7.10.1-alpha.1"
44
publish = false
55
edition = "2018"
66
authors = ["Elastic and Contributors"]

0 commit comments

Comments
 (0)