Release 3.0.14

async-graphql@3.0.14
async-graphql-actix-web@3.0.14
async-graphql-axum@3.0.14
async-graphql-derive@3.0.14
async-graphql-parser@3.0.14
async-graphql-poem@3.0.14
async-graphql-rocket@3.0.14
async-graphql-tide@3.0.14
async-graphql-value@3.0.14
async-graphql-warp@3.0.14

Generated by cargo-workspaces
This commit is contained in:
Sunli 2021-12-09 10:18:36 +08:00
parent 14edb25d99
commit d7c92a596a
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-axum"
version = "3.0.13"
version = "3.0.14"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
description = "async-graphql for axum"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-poem"
version = "3.0.13"
version = "3.0.14"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
description = "async-graphql for poem"

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-tide"
version = "3.0.13"
version = "3.0.14"
authors = ["vkill <vkill.net@gmail.com>", "sunli <scott_s829@163.com>"]
edition = "2021"
description = "async-graphql for tide"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-warp"
version = "3.0.13"
version = "3.0.14"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2021"
description = "async-graphql for warp"

View File

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

View File

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