From aef2910cfab30ee20fc8a007ca7fd7fff39acfa7 Mon Sep 17 00:00:00 2001 From: Sunli Date: Wed, 2 Sep 2020 14:31:59 +0800 Subject: [PATCH] Release 1.17.18 async-graphql@1.17.18 async-graphql-actix-web@1.17.18 async-graphql-warp@1.17.18 Generated by cargo-workspaces --- Cargo.toml | 2 +- async-graphql-actix-web/Cargo.toml | 2 +- async-graphql-warp/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b5c45a0c..24e03e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.17.17" +version = "1.17.18" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust" diff --git a/async-graphql-actix-web/Cargo.toml b/async-graphql-actix-web/Cargo.toml index bc1b5331..6c513c5b 100644 --- a/async-graphql-actix-web/Cargo.toml +++ b/async-graphql-actix-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-actix-web" -version = "1.17.3" +version = "1.17.18" authors = ["sunli "] edition = "2018" description = "async-graphql for actix-web" diff --git a/async-graphql-warp/Cargo.toml b/async-graphql-warp/Cargo.toml index 95f5d803..338b26d0 100644 --- a/async-graphql-warp/Cargo.toml +++ b/async-graphql-warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-warp" -version = "1.17.16" +version = "1.17.18" authors = ["sunli "] edition = "2018" description = "async-graphql for warp"