Skip to content

Commit

Permalink
cargo/0.20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed May 7, 2018
1 parent c2a7d2e commit 34b7638
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/elastic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic"
version = "0.20.9"
version = "0.20.10"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
license = "MIT/Apache-2.0"
keywords = ["elasticsearch", "search"]
Expand Down
2 changes: 1 addition & 1 deletion src/elastic_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic_derive"
version = "0.20.9"
version = "0.20.10"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
license = "MIT/Apache-2.0"
description = "Compile-time code generation for Elasticsearch type implementations."
Expand Down
2 changes: 1 addition & 1 deletion src/requests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic_requests"
version = "0.20.9"
version = "0.20.10"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
license = "MIT/Apache-2.0"
description = "Code generated request types for the Elasticsearch REST API."
Expand Down
2 changes: 1 addition & 1 deletion src/reqwest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic_reqwest"
version = "0.20.9"
version = "0.20.10"
authors = ["Ashley Mannix <ashleymannix@live.com.au>", "Stephan Buys <stephan.buys@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A lightweight implementation of the Elasticsearch API based on reqwest."
Expand Down
2 changes: 1 addition & 1 deletion src/responses/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Stephan Buys <stephan.buys@panoptix.co.za>", "Ashley Mannix <ashleymannix@live.com.au>"]
name = "elastic_responses"
version = "0.20.9"
version = "0.20.10"
license = "MIT/Apache-2.0"
description = "Parses search results from Elasticsearch and presents results using convenient iterators."
documentation = "https://docs.rs/elastic_responses"
Expand Down
2 changes: 1 addition & 1 deletion src/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic_types"
version = "0.20.9"
version = "0.20.10"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
license = "MIT/Apache-2.0"
description = "A strongly-typed implementation of Elasticsearch core types and Mapping API."
Expand Down
2 changes: 1 addition & 1 deletion src/types_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic_types_derive"
version = "0.20.9"
version = "0.20.10"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
license = "MIT/Apache-2.0"
description = "Compile-time code generation for Elasticsearch type implementations."
Expand Down
2 changes: 1 addition & 1 deletion src/types_derive_internals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic_types_derive_internals"
version = "0.20.9"
version = "0.20.10"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
license = "MIT/Apache-2.0"
description = "Codegen internals for elastic_types."
Expand Down

0 comments on commit 34b7638

Please sign in to comment.