From ea3221e006c150119f4cfa29fd6d07c83dfce8d0 Mon Sep 17 00:00:00 2001 From: sunli Date: Mon, 30 Mar 2020 10:46:34 +0800 Subject: [PATCH] v1.6.6 --- Cargo.toml | 4 ++-- async-graphql-actix-web/Cargo.toml | 4 ++-- async-graphql-derive/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57ffa051..bb775aa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.6.5" +version = "1.6.6" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" @@ -18,7 +18,7 @@ default = ["bson", "uuid", "url", "chrono-tz", "validators"] validators = ["regex"] [dependencies] -async-graphql-derive = { path = "async-graphql-derive", version = "1.6.5" } +async-graphql-derive = { path = "async-graphql-derive", version = "1.6.6" } graphql-parser = "0.2.3" anyhow = "1.0.26" thiserror = "1.0.11" diff --git a/async-graphql-actix-web/Cargo.toml b/async-graphql-actix-web/Cargo.toml index b5afca91..49b08981 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 = "0.6.8" +version = "0.6.9" authors = ["sunli "] edition = "2018" description = "async-graphql for actix-web" @@ -13,7 +13,7 @@ keywords = ["futures", "async", "graphql"] categories = ["network-programming", "asynchronous"] [dependencies] -async-graphql = { path = "..", version = "1.6.5" } +async-graphql = { path = "..", version = "1.6.6" } actix-web = "2.0.0" actix-multipart = "0.2.0" actix-web-actors = "2.0.0" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index b8baace7..89205919 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "1.6.5" +version = "1.6.6" authors = ["sunli "] edition = "2018" description = "Macros for async-graphql"