This commit is contained in:
sunli 2020-03-10 14:27:05 +08:00
parent f58792206d
commit 6b9b89ef8b
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "async-graphql" name = "async-graphql"
version = "0.10.6" version = "0.10.7"
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.6" } async-graphql-derive = { path = "async-graphql-derive", version = "0.10.7" }
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,6 +1,6 @@
[package] [package]
name = "async-graphql-derive" name = "async-graphql-derive"
version = "0.10.6" version = "0.10.7"
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"
@ -18,6 +18,6 @@ proc-macro = true
[dependencies] [dependencies]
proc-macro2 = "1.0.6" proc-macro2 = "1.0.6"
syn = { version = "1.0.13", features = ["full"] } syn = { version = "1.0.13", features = ["full"] }
quote = "=1.0.3" quote = "1.0.3"
graphql-parser = "0.2.3" graphql-parser = "0.2.3"
Inflector = "0.11.4" Inflector = "0.11.4"