From 6b9b89ef8ba837758c6b5ce117c04a2f921dc474 Mon Sep 17 00:00:00 2001 From: sunli Date: Tue, 10 Mar 2020 14:27:05 +0800 Subject: [PATCH] v0.10.7 --- Cargo.toml | 4 ++-- async-graphql-derive/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 618a54d0..95955adc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.10.6" +version = "0.10.7" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" @@ -17,7 +17,7 @@ readme = "README.md" default = ["chrono", "uuid"] [dependencies] -async-graphql-derive = { path = "async-graphql-derive", version = "0.10.6" } +async-graphql-derive = { path = "async-graphql-derive", version = "0.10.7" } graphql-parser = "0.2.3" anyhow = "1.0.26" thiserror = "1.0.11" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 2a4650e5..783c5c75 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "0.10.6" +version = "0.10.7" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" @@ -18,6 +18,6 @@ proc-macro = true [dependencies] proc-macro2 = "1.0.6" syn = { version = "1.0.13", features = ["full"] } -quote = "=1.0.3" +quote = "1.0.3" graphql-parser = "0.2.3" Inflector = "0.11.4"