-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|