diff --git a/src/elastic/Cargo.toml b/src/elastic/Cargo.toml index 8838ba28e8..63767c2df6 100644 --- a/src/elastic/Cargo.toml +++ b/src/elastic/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "elastic" -version = "0.20.7" +version = "0.20.8" authors = ["Ashley Mannix "] -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/" diff --git a/src/elastic_derive/Cargo.toml b/src/elastic_derive/Cargo.toml index f4391958cd..77e0597cbc 100644 --- a/src/elastic_derive/Cargo.toml +++ b/src/elastic_derive/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "elastic_derive" -version = "0.20.7" +version = "0.20.8" authors = ["Ashley Mannix "] -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" diff --git a/src/requests/Cargo.toml b/src/requests/Cargo.toml index ebf671a92c..e4026f96ed 100644 --- a/src/requests/Cargo.toml +++ b/src/requests/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "elastic_requests" -version = "0.20.7" +version = "0.20.8" authors = ["Ashley Mannix "] -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" diff --git a/src/reqwest/Cargo.toml b/src/reqwest/Cargo.toml index 22868bca64..3ac3d7caae 100644 --- a/src/reqwest/Cargo.toml +++ b/src/reqwest/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "elastic_reqwest" -version = "0.20.7" +version = "0.20.8" authors = ["Ashley Mannix ", "Stephan Buys "] -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" diff --git a/src/responses/Cargo.toml b/src/responses/Cargo.toml index 1cd3e7c6da..09db225d0e 100644 --- a/src/responses/Cargo.toml +++ b/src/responses/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Stephan Buys ", "Ashley Mannix "] 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" diff --git a/src/types/Cargo.toml b/src/types/Cargo.toml index e74b76c14e..7d18cf0a5d 100644 --- a/src/types/Cargo.toml +++ b/src/types/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "elastic_types" -version = "0.20.7" +version = "0.20.8" authors = ["Ashley Mannix "] -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" diff --git a/src/types_derive/Cargo.toml b/src/types_derive/Cargo.toml index 60a0c2a968..58dba69dcc 100644 --- a/src/types_derive/Cargo.toml +++ b/src/types_derive/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "elastic_types_derive" -version = "0.20.7" +version = "0.20.8" authors = ["Ashley Mannix "] -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" diff --git a/src/types_derive_internals/Cargo.toml b/src/types_derive_internals/Cargo.toml index 60e7ec90ab..546a9a7836 100644 --- a/src/types_derive_internals/Cargo.toml +++ b/src/types_derive_internals/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "elastic_types_derive_internals" -version = "0.20.7" +version = "0.20.8" authors = ["Ashley Mannix "] -license = "Apache-2.0" +license = "MIT/Apache-2.0" description = "Codegen internals for elastic_types." repository = "https://github.com/elastic-rs/elastic"