From 4f7994a43dd601cb040b3ad3e6d7984b1fc9bfc3 Mon Sep 17 00:00:00 2001 From: sunli Date: Sat, 7 Mar 2020 10:40:33 +0800 Subject: [PATCH] v0.9.0 --- 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 42390a03..05be5dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.8.1" +version = "0.9.0" 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.8.1" } +async-graphql-derive = { path = "async-graphql-derive", version = "0.9.0" } 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 1f2134c0..c9370b44 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "0.8.1" +version = "0.9.0" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"