From 7962d1fd073ede7ddd87dc366067e1df4af7b497 Mon Sep 17 00:00:00 2001 From: Sunli Date: Sun, 22 Aug 2021 16:59:23 +0800 Subject: [PATCH] Release 2.9.11 async-graphql@2.9.11 async-graphql-actix-web@2.9.11 async-graphql-axum@2.9.11 async-graphql-derive@2.9.11 async-graphql-parser@2.9.11 async-graphql-tide@2.9.11 async-graphql-value@2.9.11 async-graphql-warp@2.9.11 Generated by cargo-workspaces --- Cargo.toml | 2 +- derive/Cargo.toml | 2 +- integrations/actix-web/Cargo.toml | 2 +- integrations/axum/Cargo.toml | 2 +- integrations/tide/Cargo.toml | 2 +- integrations/warp/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- value/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e8794fa..e6e1ee52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "2.9.10" +version = "2.9.11" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "A GraphQL server library implemented in Rust" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index f38d5802..ef784914 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "2.9.10" +version = "2.9.11" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "Macros for async-graphql" diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index 2150f27e..87ac182c 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-actix-web" -version = "2.9.10" +version = "2.9.11" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "async-graphql for actix-web" diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index 2bf38fa1..1435bcf3 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-axum" -version = "2.9.10" +version = "2.9.11" edition = "2018" [dependencies] diff --git a/integrations/tide/Cargo.toml b/integrations/tide/Cargo.toml index a53d5180..cb35fd9a 100644 --- a/integrations/tide/Cargo.toml +++ b/integrations/tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-tide" -version = "2.9.10" +version = "2.9.11" authors = ["vkill "] edition = "2018" description = "async-graphql for tide" diff --git a/integrations/warp/Cargo.toml b/integrations/warp/Cargo.toml index 19e663a2..a29fbb0f 100644 --- a/integrations/warp/Cargo.toml +++ b/integrations/warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-warp" -version = "2.9.10" +version = "2.9.11" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "async-graphql for warp" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index f5ff08c3..daf89537 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-parser" -version = "2.9.10" +version = "2.9.11" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "GraphQL query parser for async-graphql" diff --git a/value/Cargo.toml b/value/Cargo.toml index 3f89f16c..ff1e9046 100644 --- a/value/Cargo.toml +++ b/value/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-value" -version = "2.9.10" +version = "2.9.11" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "GraphQL value for async-graphql"