From 356cbead88ec803c66451fd3369fd4e055d0d650 Mon Sep 17 00:00:00 2001 From: sunli Date: Sat, 7 Mar 2020 20:55:13 +0800 Subject: [PATCH] v0.9.4 --- 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 db1be117..30df326c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.9.3" +version = "0.9.4" 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.9.3" } +async-graphql-derive = { path = "async-graphql-derive", version = "0.9.4" } 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 390f62dc..79b4a6b5 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "0.9.3" +version = "0.9.4" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"