Release 1.18.1

async-graphql@1.18.1
async-graphql-actix-web@1.18.1
async-graphql-derive@1.18.1
async-graphql-parser@1.18.1
async-graphql-rocket@1.18.1
async-graphql-tide@1.18.1
async-graphql-warp@1.18.1
graphql-benchmark@1.18.1

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-09-12 06:33:50 +08:00
parent cacb5aa9d8
commit 0c2aa7ae47
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.18.0"
version = "1.18.1"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "A GraphQL server library implemented in Rust"

View File

@ -1,6 +1,6 @@
[package]
name = "graphql-benchmark"
version = "1.18.0"
version = "1.18.1"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-derive"
version = "1.18.0"
version = "1.18.1"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Macros for async-graphql"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-actix-web"
version = "1.18.0"
version = "1.18.1"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for actix-web"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-rocket"
version = "1.18.0"
version = "1.18.1"
authors = ["Daniel Wiesenberg <daniel@simplificAR.io>"]
edition = "2018"
description = "async-graphql for Rocket.rs"

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-parser"
version = "1.18.0"
version = "1.18.1"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "GraphQL query parser for async-graphql"