Release 1.14.3

async-graphql@1.14.3
async-graphql-actix-web@1.14.3
async-graphql-tide@1.14.3
async-graphql-warp@1.14.3

Generated by cargo-workspaces
This commit is contained in:
sunli 2020-05-29 00:04:14 +08:00
parent 3c97c76c60
commit 57d9593fd7
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.14.2"
version = "1.14.3"
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-actix-web"
version = "1.14.0"
version = "1.14.3"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for actix-web"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-tide"
version = "1.14.0"
version = "1.14.3"
authors = ["vkill <vkill.net@gmail.com>"]
edition = "2018"
description = "async-graphql for tide"

View File

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