From 00699106d21b8fb7a7d9e9f6b83a41bf90224da4 Mon Sep 17 00:00:00 2001 From: sunli Date: Mon, 9 Mar 2020 12:19:55 +0800 Subject: [PATCH] v0.10.3 --- Cargo.toml | 4 ++-- README.md | 2 -- async-graphql-derive/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8eba22fe..0788b2a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.10.2" +version = "0.10.3" 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.2" } +async-graphql-derive = { path = "async-graphql-derive", version = "0.10.3" } graphql-parser = "0.2.3" anyhow = "1.0.26" thiserror = "1.0.11" diff --git a/README.md b/README.md index 297424b8..e6f91168 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# ⚠️ Some features are not yet implemented. Please do not use in a production environment. - # The GraphQL server library implemented by rust
diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index ab72a39c..d9a04ffa 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.2" +version = "0.10.3" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"