From d7c92a596a1d07742e704535e917bd29a6e0b940 Mon Sep 17 00:00:00 2001 From: Sunli Date: Thu, 9 Dec 2021 10:18:36 +0800 Subject: [PATCH] Release 3.0.14 async-graphql@3.0.14 async-graphql-actix-web@3.0.14 async-graphql-axum@3.0.14 async-graphql-derive@3.0.14 async-graphql-parser@3.0.14 async-graphql-poem@3.0.14 async-graphql-rocket@3.0.14 async-graphql-tide@3.0.14 async-graphql-value@3.0.14 async-graphql-warp@3.0.14 Generated by cargo-workspaces --- Cargo.toml | 2 +- derive/Cargo.toml | 2 +- integrations/actix-web/Cargo.toml | 2 +- integrations/axum/Cargo.toml | 2 +- integrations/poem/Cargo.toml | 2 +- integrations/rocket/Cargo.toml | 2 +- integrations/tide/Cargo.toml | 2 +- integrations/warp/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- value/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 28004450..4ecac02c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "3.0.13" +version = "3.0.14" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "A GraphQL server library implemented in Rust" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 50772b74..5f04f0dc 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "3.0.13" +version = "3.0.14" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "Macros for async-graphql" diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index 3eeb8f72..2cf8cf58 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-actix-web" -version = "3.0.13" +version = "3.0.14" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "async-graphql for actix-web" diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index 43ec441f..41dedcec 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-axum" -version = "3.0.13" +version = "3.0.14" authors = ["sunli "] edition = "2021" description = "async-graphql for axum" diff --git a/integrations/poem/Cargo.toml b/integrations/poem/Cargo.toml index 4415d52a..718b2739 100644 --- a/integrations/poem/Cargo.toml +++ b/integrations/poem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-poem" -version = "3.0.13" +version = "3.0.14" authors = ["sunli "] edition = "2021" description = "async-graphql for poem" diff --git a/integrations/rocket/Cargo.toml b/integrations/rocket/Cargo.toml index dac397de..75f6c7c8 100644 --- a/integrations/rocket/Cargo.toml +++ b/integrations/rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-rocket" -version = "3.0.13" +version = "3.0.14" authors = ["Daniel Wiesenberg "] edition = "2021" description = "async-graphql for Rocket.rs" diff --git a/integrations/tide/Cargo.toml b/integrations/tide/Cargo.toml index 9cc1a715..7aa97f33 100644 --- a/integrations/tide/Cargo.toml +++ b/integrations/tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-tide" -version = "3.0.13" +version = "3.0.14" authors = ["vkill ", "sunli "] edition = "2021" description = "async-graphql for tide" diff --git a/integrations/warp/Cargo.toml b/integrations/warp/Cargo.toml index 0678a63c..58766c44 100644 --- a/integrations/warp/Cargo.toml +++ b/integrations/warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-warp" -version = "3.0.13" +version = "3.0.14" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "async-graphql for warp" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index b636e9e5..d81ab8be 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-parser" -version = "3.0.13" +version = "3.0.14" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "GraphQL query parser for async-graphql" diff --git a/value/Cargo.toml b/value/Cargo.toml index 6e8f8bd9..a67d3f6f 100644 --- a/value/Cargo.toml +++ b/value/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-value" -version = "3.0.13" +version = "3.0.14" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "GraphQL value for async-graphql"