This commit is contained in:
sunli 2020-03-07 10:40:33 +08:00
parent 3f8a0229c2
commit 4f7994a43d
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "0.8.1"
version = "0.9.0"
authors = ["sunli <scott_s829@163.com>"]
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"

View File

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