diff --git a/Cargo.toml b/Cargo.toml index 4ecac02c..71ca62b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "3.0.14" +version = "3.0.15" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "A GraphQL server library implemented in Rust" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 5f04f0dc..52690495 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "3.0.14" +version = "3.0.15" 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 609ae633..ecd61555 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.14" +version = "3.0.15" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "async-graphql for actix-web" diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index 41dedcec..49065832 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-axum" -version = "3.0.14" +version = "3.0.15" authors = ["sunli "] edition = "2021" description = "async-graphql for axum" diff --git a/integrations/poem/Cargo.toml b/integrations/poem/Cargo.toml index 718b2739..054cda5b 100644 --- a/integrations/poem/Cargo.toml +++ b/integrations/poem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-poem" -version = "3.0.14" +version = "3.0.15" authors = ["sunli "] edition = "2021" description = "async-graphql for poem" diff --git a/integrations/rocket/Cargo.toml b/integrations/rocket/Cargo.toml index 75f6c7c8..47c5eeb6 100644 --- a/integrations/rocket/Cargo.toml +++ b/integrations/rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-rocket" -version = "3.0.14" +version = "3.0.15" authors = ["Daniel Wiesenberg "] edition = "2021" description = "async-graphql for Rocket.rs" diff --git a/integrations/tide/Cargo.toml b/integrations/tide/Cargo.toml index 7aa97f33..44650ad8 100644 --- a/integrations/tide/Cargo.toml +++ b/integrations/tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-tide" -version = "3.0.14" +version = "3.0.15" authors = ["vkill ", "sunli "] edition = "2021" description = "async-graphql for tide" diff --git a/integrations/warp/Cargo.toml b/integrations/warp/Cargo.toml index 58766c44..15c2e435 100644 --- a/integrations/warp/Cargo.toml +++ b/integrations/warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-warp" -version = "3.0.14" +version = "3.0.15" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "async-graphql for warp" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index d81ab8be..4a490eda 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-parser" -version = "3.0.14" +version = "3.0.15" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "GraphQL query parser for async-graphql" diff --git a/value/Cargo.toml b/value/Cargo.toml index a67d3f6f..2352c660 100644 --- a/value/Cargo.toml +++ b/value/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-value" -version = "3.0.14" +version = "3.0.15" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "GraphQL value for async-graphql"