Sunli 2020-07-17 10:15:25 +08:00
parent a18abab7b7
commit 2e1c4cefbb
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.16.9"
version = "1.16.10"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "A GraphQL server library implemented in Rust"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-actix-web"
version = "1.16.6"
version = "1.16.10"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for actix-web"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-derive"
version = "1.16.6"
version = "1.16.10"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Macros for async-graphql"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-parser"
version = "1.16.6"
version = "1.16.10"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "GraphQL query parser for async-graphql"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-tide"
version = "1.16.9"
version = "1.16.10"
authors = ["vkill <vkill.net@gmail.com>"]
edition = "2018"
description = "async-graphql for tide"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-warp"
version = "1.16.6"
version = "1.16.10"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for warp"