diff --git a/Cargo.toml b/Cargo.toml index fd4b82c9..02856011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "3.0.16" +version = "3.0.17" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "A GraphQL server library implemented in Rust" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 52690495..a173d578 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "3.0.15" +version = "3.0.17" 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 bb6da958..cdc3a5cf 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.16" +version = "3.0.17" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "async-graphql for actix-web" diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index 443467a0..8c03f37d 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-axum" -version = "3.0.16" +version = "3.0.17" authors = ["sunli "] edition = "2021" description = "async-graphql for axum" diff --git a/integrations/poem/Cargo.toml b/integrations/poem/Cargo.toml index 148eba80..6d7a4941 100644 --- a/integrations/poem/Cargo.toml +++ b/integrations/poem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-poem" -version = "3.0.16" +version = "3.0.17" authors = ["sunli "] edition = "2021" description = "async-graphql for poem" diff --git a/integrations/rocket/Cargo.toml b/integrations/rocket/Cargo.toml index 47c5eeb6..8cdb5373 100644 --- a/integrations/rocket/Cargo.toml +++ b/integrations/rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-rocket" -version = "3.0.15" +version = "3.0.17" authors = ["Daniel Wiesenberg "] edition = "2021" description = "async-graphql for Rocket.rs" diff --git a/integrations/tide/Cargo.toml b/integrations/tide/Cargo.toml index b61370e7..0839ef20 100644 --- a/integrations/tide/Cargo.toml +++ b/integrations/tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-tide" -version = "3.0.16" +version = "3.0.17" authors = ["vkill ", "sunli "] edition = "2021" description = "async-graphql for tide" diff --git a/integrations/warp/Cargo.toml b/integrations/warp/Cargo.toml index 395add23..c752df39 100644 --- a/integrations/warp/Cargo.toml +++ b/integrations/warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-warp" -version = "3.0.16" +version = "3.0.17" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "async-graphql for warp" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 4a490eda..f4ae9907 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-parser" -version = "3.0.15" +version = "3.0.17" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "GraphQL query parser for async-graphql" diff --git a/value/Cargo.toml b/value/Cargo.toml index 2352c660..b7a324b9 100644 --- a/value/Cargo.toml +++ b/value/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-value" -version = "3.0.15" +version = "3.0.17" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "GraphQL value for async-graphql"