Release 1.14.20

async-graphql@1.14.20
async-graphql-derive@1.14.20
async-graphql-warp@1.14.20

Generated by cargo-workspaces
This commit is contained in:
sunli 2020-06-07 16:33:17 +08:00
parent 32210eb64a
commit 80e4eabce4
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.14.19"
version = "1.14.20"
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.14.19"
version = "1.14.20"
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.14.14"
version = "1.14.20"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for warp"