Skip to content

Commit 221b249

Browse files
committed
Bump version
1 parent eaa3b95 commit 221b249

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "8.15.0-alpha.1"
3+
version = "8.16.0-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 = "8.15.0-alpha.1"
3+
version = "8.16.0-alpha.1"
44
edition = "2018"
55
authors = ["Elastic and Contributors"]
66
description = "Official Elasticsearch Rust client"

examples/wasm_fetch/Cargo.toml

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

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask"
3-
version = "8.15.0-alpha.1"
3+
version = "8.16.0-alpha.1"
44
edition = "2018"
55
publish = false
66

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 = "8.15.0-alpha.1"
3+
version = "8.16.0-alpha.1"
44
publish = false
55
edition = "2018"
66
authors = ["Elastic and Contributors"]

0 commit comments

Comments
 (0)