Skip to content

Commit

Permalink
cargo/0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Oct 27, 2017
1 parent e5a417d commit 01e8249
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.2"
version = "0.20.3"
authors = ["Ashley Mannix <[email protected]>"]
license = "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.2"
version = "0.20.3"
authors = ["Ashley Mannix <[email protected]>"]
license = "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.2"
version = "0.20.3"
authors = ["Ashley Mannix <[email protected]>"]
license = "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.2"
version = "0.20.3"
authors = ["Ashley Mannix <[email protected]>", "Stephan Buys <[email protected]>"]
license = "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 <[email protected]>", "Ashley Mannix <[email protected]>"]
name = "elastic_responses"
version = "0.20.2"
version = "0.20.3"
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.2"
version = "0.20.3"
authors = ["Ashley Mannix <[email protected]>"]
license = "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.2"
version = "0.20.3"
authors = ["Ashley Mannix <[email protected]>"]
license = "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.2"
version = "0.20.3"
authors = ["Ashley Mannix <[email protected]>"]
license = "Apache-2.0"
description = "Codegen internals for elastic_types."
Expand Down

0 comments on commit 01e8249

Please sign in to comment.