Skip to content

Commit 34b7638

Browse files
committed
cargo/0.20.10
1 parent c2a7d2e commit 34b7638

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/elastic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elastic"
3-
version = "0.20.9"
3+
version = "0.20.10"
44
authors = ["Ashley Mannix <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
keywords = ["elasticsearch", "search"]

src/elastic_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elastic_derive"
3-
version = "0.20.9"
3+
version = "0.20.10"
44
authors = ["Ashley Mannix <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Compile-time code generation for Elasticsearch type implementations."

src/requests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elastic_requests"
3-
version = "0.20.9"
3+
version = "0.20.10"
44
authors = ["Ashley Mannix <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Code generated request types for the Elasticsearch REST API."

src/reqwest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elastic_reqwest"
3-
version = "0.20.9"
3+
version = "0.20.10"
44
authors = ["Ashley Mannix <[email protected]>", "Stephan Buys <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "A lightweight implementation of the Elasticsearch API based on reqwest."

src/responses/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Stephan Buys <[email protected]>", "Ashley Mannix <[email protected]>"]
33
name = "elastic_responses"
4-
version = "0.20.9"
4+
version = "0.20.10"
55
license = "MIT/Apache-2.0"
66
description = "Parses search results from Elasticsearch and presents results using convenient iterators."
77
documentation = "https://docs.rs/elastic_responses"

src/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elastic_types"
3-
version = "0.20.9"
3+
version = "0.20.10"
44
authors = ["Ashley Mannix <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "A strongly-typed implementation of Elasticsearch core types and Mapping API."

src/types_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elastic_types_derive"
3-
version = "0.20.9"
3+
version = "0.20.10"
44
authors = ["Ashley Mannix <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Compile-time code generation for Elasticsearch type implementations."

src/types_derive_internals/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elastic_types_derive_internals"
3-
version = "0.20.9"
3+
version = "0.20.10"
44
authors = ["Ashley Mannix <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Codegen internals for elastic_types."

0 commit comments

Comments
 (0)