From 5c07e3c5e839a79ac6405b9a9cd8937d4f45b36c Mon Sep 17 00:00:00 2001 From: sunli Date: Tue, 10 Mar 2020 20:36:07 +0800 Subject: [PATCH] v0.10.8 --- Cargo.toml | 4 ++-- async-graphql-derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 95955adc..ab79b4c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.10.7" +version = "0.10.8" 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.7" } +async-graphql-derive = { path = "async-graphql-derive", version = "0.10.8" } 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 783c5c75..686229fc 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.7" +version = "0.10.8" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"