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"