From b8279d1e44bd80febcc1cb014767bd3d838dcb75 Mon Sep 17 00:00:00 2001 From: Sunli Date: Sun, 10 Jan 2021 13:50:13 +0800 Subject: [PATCH] Release 2.4.6 async-graphql@2.4.6 async-graphql-actix-web@2.4.6 async-graphql-derive@2.4.6 async-graphql-parser@2.4.6 async-graphql-tide@2.4.6 async-graphql-warp@2.4.6 Generated by cargo-workspaces --- Cargo.toml | 2 +- derive/Cargo.toml | 2 +- integrations/actix-web/Cargo.toml | 2 +- integrations/tide/Cargo.toml | 2 +- integrations/warp/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bee177a1..ef294527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "2.4.5" +version = "2.4.6" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "A GraphQL server library implemented in Rust" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 30142970..f31b1b12 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "2.4.5" +version = "2.4.6" 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 864c4195..8340777e 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.4.5" +version = "2.4.6" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "async-graphql for actix-web" diff --git a/integrations/tide/Cargo.toml b/integrations/tide/Cargo.toml index 6128213c..9e3ea3ae 100644 --- a/integrations/tide/Cargo.toml +++ b/integrations/tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-tide" -version = "2.4.5" +version = "2.4.6" authors = ["vkill "] edition = "2018" description = "async-graphql for tide" diff --git a/integrations/warp/Cargo.toml b/integrations/warp/Cargo.toml index f4c9094e..ab13cd6b 100644 --- a/integrations/warp/Cargo.toml +++ b/integrations/warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-warp" -version = "2.4.5" +version = "2.4.6" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "async-graphql for warp" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 91da9ede..dd0f0212 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-parser" -version = "2.4.5" +version = "2.4.6" authors = ["sunli ", "Koxiaet"] edition = "2018" description = "GraphQL query parser for async-graphql"