Release 1.16.14

async-graphql@1.16.14
async-graphql-parser@1.16.14

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-07-29 09:44:46 +08:00
parent 3395c00603
commit 248575f1d3
2 changed files with 2 additions and 2 deletions

View File

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