Release 3.0.17

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

Generated by cargo-workspaces
This commit is contained in:
Sunli 2021-12-17 10:01:24 +08:00
parent da512e6624
commit da80518c89
10 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "3.0.16"
version = "3.0.17"
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.15"
version = "3.0.17"
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.16"
version = "3.0.17"
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.16"
version = "3.0.17"
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.16"
version = "3.0.17"
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.15"
version = "3.0.17"
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.16"
version = "3.0.17"
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.16"
version = "3.0.17"
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.15"
version = "3.0.17"
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.15"
version = "3.0.17"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2021"
description = "GraphQL value for async-graphql"