Release 1.16.11

async-graphql@1.16.11
async-graphql-parser@1.16.11

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-07-17 11:10:33 +08:00
parent ea7dc516a5
commit 5cffc19a45
2 changed files with 2 additions and 2 deletions

View File

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