Release 2.9.11

async-graphql@2.9.11
async-graphql-actix-web@2.9.11
async-graphql-axum@2.9.11
async-graphql-derive@2.9.11
async-graphql-parser@2.9.11
async-graphql-tide@2.9.11
async-graphql-value@2.9.11
async-graphql-warp@2.9.11

Generated by cargo-workspaces
This commit is contained in:
Sunli 2021-08-22 16:59:23 +08:00
parent 0591817902
commit 7962d1fd07
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-axum"
version = "2.9.10"
version = "2.9.11"
edition = "2018"
[dependencies]

View File

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

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-value"
version = "2.9.10"
version = "2.9.11"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "GraphQL value for async-graphql"