Release 1.16.13

async-graphql@1.16.13
async-graphql-parser@1.16.13

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-07-24 16:56:17 +08:00
parent b8a887457d
commit f1a2c4428a
2 changed files with 2 additions and 2 deletions

View File

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