This commit is contained in:
sunli 2020-03-09 12:19:55 +08:00
parent fd9c0f9239
commit 00699106d2
3 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "async-graphql" name = "async-graphql"
version = "0.10.2" version = "0.10.3"
authors = ["sunli <scott_s829@163.com>"] authors = ["sunli <scott_s829@163.com>"]
edition = "2018" edition = "2018"
description = "The GraphQL server library implemented by rust" description = "The GraphQL server library implemented by rust"
@ -17,7 +17,7 @@ readme = "README.md"
default = ["chrono", "uuid"] default = ["chrono", "uuid"]
[dependencies] [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" graphql-parser = "0.2.3"
anyhow = "1.0.26" anyhow = "1.0.26"
thiserror = "1.0.11" thiserror = "1.0.11"

View File

@ -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 # The GraphQL server library implemented by rust
<div align="center"> <div align="center">

View File

@ -1,6 +1,6 @@
[package] [package]
name = "async-graphql-derive" name = "async-graphql-derive"
version = "0.10.2" version = "0.10.3"
authors = ["sunli <scott_s829@163.com>"] authors = ["sunli <scott_s829@163.com>"]
edition = "2018" edition = "2018"
description = "The GraphQL server library implemented by rust" description = "The GraphQL server library implemented by rust"