Skip to content

Commit

Permalink
cargo/0.20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Dec 17, 2017
1 parent fd01d6a commit ec9e305
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/elastic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "elastic"
version = "0.20.7"
version = "0.20.8"
authors = ["Ashley Mannix <[email protected]>"]
license = "Apache-2.0"
license = "MIT/Apache-2.0"
keywords = ["elasticsearch", "search"]
description = "A modular sync and async client for the Elasticsearch REST API."
documentation = "https://docs.rs/elastic/"
Expand Down
4 changes: 2 additions & 2 deletions src/elastic_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "elastic_derive"
version = "0.20.7"
version = "0.20.8"
authors = ["Ashley Mannix <[email protected]>"]
license = "Apache-2.0"
license = "MIT/Apache-2.0"
description = "Compile-time code generation for Elasticsearch type implementations."
repository = "https://github.com/elastic-rs/elastic"

Expand Down
4 changes: 2 additions & 2 deletions src/requests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "elastic_requests"
version = "0.20.7"
version = "0.20.8"
authors = ["Ashley Mannix <[email protected]>"]
license = "Apache-2.0"
license = "MIT/Apache-2.0"
description = "Code generated request types for the Elasticsearch REST API."
documentation = "https://docs.rs/elastic_requests/"
repository = "https://github.com/elastic-rs/elastic"
Expand Down
4 changes: 2 additions & 2 deletions src/reqwest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "elastic_reqwest"
version = "0.20.7"
version = "0.20.8"
authors = ["Ashley Mannix <[email protected]>", "Stephan Buys <[email protected]>"]
license = "Apache-2.0"
license = "MIT/Apache-2.0"
description = "A lightweight implementation of the Elasticsearch API based on reqwest."
documentation = "https://docs.rs/elastic_reqwest/"
repository = "https://github.com/elastic-rs/elastic"
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.7"
version = "0.20.8"
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
4 changes: 2 additions & 2 deletions src/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "elastic_types"
version = "0.20.7"
version = "0.20.8"
authors = ["Ashley Mannix <[email protected]>"]
license = "Apache-2.0"
license = "MIT/Apache-2.0"
description = "A strongly-typed implementation of Elasticsearch core types and Mapping API."
documentation = "https://docs.rs/elastic_types/"
repository = "https://github.com/elastic-rs/elastic"
Expand Down
4 changes: 2 additions & 2 deletions src/types_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "elastic_types_derive"
version = "0.20.7"
version = "0.20.8"
authors = ["Ashley Mannix <[email protected]>"]
license = "Apache-2.0"
license = "MIT/Apache-2.0"
description = "Compile-time code generation for Elasticsearch type implementations."
repository = "https://github.com/elastic-rs/elastic"

Expand Down
4 changes: 2 additions & 2 deletions src/types_derive_internals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "elastic_types_derive_internals"
version = "0.20.7"
version = "0.20.8"
authors = ["Ashley Mannix <[email protected]>"]
license = "Apache-2.0"
license = "MIT/Apache-2.0"
description = "Codegen internals for elastic_types."
repository = "https://github.com/elastic-rs/elastic"

Expand Down

0 comments on commit ec9e305

Please sign in to comment.