From 0c2aa7ae47ceb8980449adb085b70fba44200580 Mon Sep 17 00:00:00 2001 From: Sunli Date: Sat, 12 Sep 2020 06:33:50 +0800 Subject: [PATCH] Release 1.18.1 async-graphql@1.18.1 async-graphql-actix-web@1.18.1 async-graphql-derive@1.18.1 async-graphql-parser@1.18.1 async-graphql-rocket@1.18.1 async-graphql-tide@1.18.1 async-graphql-warp@1.18.1 graphql-benchmark@1.18.1 Generated by cargo-workspaces --- Cargo.toml | 2 +- benchmark/Cargo.toml | 2 +- derive/Cargo.toml | 2 +- integrations/actix-web/Cargo.toml | 2 +- integrations/rocket/Cargo.toml | 2 +- integrations/tide/Cargo.toml | 2 +- integrations/warp/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 487c57aa..881fcd90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.18.0" +version = "1.18.1" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust" diff --git a/benchmark/Cargo.toml b/benchmark/Cargo.toml index de46be89..01a84a2a 100644 --- a/benchmark/Cargo.toml +++ b/benchmark/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphql-benchmark" -version = "1.18.0" +version = "1.18.1" authors = ["sunli "] edition = "2018" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 43085c88..6b65e450 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "1.18.0" +version = "1.18.1" authors = ["sunli "] edition = "2018" description = "Macros for async-graphql" diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index fbecc0df..ba47cd14 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-actix-web" -version = "1.18.0" +version = "1.18.1" authors = ["sunli "] edition = "2018" description = "async-graphql for actix-web" diff --git a/integrations/rocket/Cargo.toml b/integrations/rocket/Cargo.toml index 16d5ae71..6a0d9197 100644 --- a/integrations/rocket/Cargo.toml +++ b/integrations/rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-rocket" -version = "1.18.0" +version = "1.18.1" authors = ["Daniel Wiesenberg "] edition = "2018" description = "async-graphql for Rocket.rs" diff --git a/integrations/tide/Cargo.toml b/integrations/tide/Cargo.toml index a9e11306..0889db5b 100644 --- a/integrations/tide/Cargo.toml +++ b/integrations/tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-tide" -version = "1.18.0" +version = "1.18.1" authors = ["vkill "] edition = "2018" description = "async-graphql for tide" diff --git a/integrations/warp/Cargo.toml b/integrations/warp/Cargo.toml index 1f00fa8b..a92d0bfa 100644 --- a/integrations/warp/Cargo.toml +++ b/integrations/warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-warp" -version = "1.18.0" +version = "1.18.1" authors = ["sunli "] edition = "2018" description = "async-graphql for warp" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 52476d92..1ac25fc9 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-parser" -version = "1.18.0" +version = "1.18.1" authors = ["sunli "] edition = "2018" description = "GraphQL query parser for async-graphql"