Release 1.17.4

async-graphql@1.17.4
async-graphql-derive@1.17.4
async-graphql-tide@1.17.4

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-08-09 15:05:56 +08:00
parent 4b6bb38e83
commit a46e93a0c4
3 changed files with 3 additions and 3 deletions

View File

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

View File

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