Release 1.16.2

async-graphql@1.16.2
async-graphql-derive@1.16.2
async-graphql-warp@1.16.2

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-06-30 08:12:25 +08:00
parent 07f959cac7
commit 5d4032bca7
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.16.1"
version = "1.16.2"
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-derive"
version = "1.16.1"
version = "1.16.2"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Macros for async-graphql"

View File

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