From b9ab93930fd6ad0a6dcdfd81a1c2c8d8d6f9e0e1 Mon Sep 17 00:00:00 2001 From: sunli Date: Thu, 5 Mar 2020 21:34:56 +0800 Subject: [PATCH] v0.8.1 --- Cargo.toml | 2 +- async-graphql-derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2ffd991..e4c9f5b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.8.0" +version = "0.8.1" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 57a20ebf..ada95ce0 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.0" +version = "0.8.1" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"