Release 1.16.6

async-graphql@1.16.6
async-graphql-actix-web@1.16.6
async-graphql-derive@1.16.6
async-graphql-parser@1.16.6
async-graphql-tide@1.16.6
async-graphql-warp@1.16.6

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-07-08 08:26:41 +08:00
parent 2b17a5efbb
commit 6b3dbf6ac8
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.16.5"
version = "1.16.6"
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.4"
version = "1.16.6"
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.5"
version = "1.16.6"
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.14.7"
version = "1.16.6"
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.4"
version = "1.16.6"
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.4"
version = "1.16.6"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for warp"