Release 2.4.6

async-graphql@2.4.6
async-graphql-actix-web@2.4.6
async-graphql-derive@2.4.6
async-graphql-parser@2.4.6
async-graphql-tide@2.4.6
async-graphql-warp@2.4.6

Generated by cargo-workspaces
This commit is contained in:
Sunli 2021-01-10 13:50:13 +08:00
parent 099415fd42
commit b8279d1e44
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "2.4.5"
version = "2.4.6"
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.4.5"
version = "2.4.6"
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.4.5"
version = "2.4.6"
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-tide"
version = "2.4.5"
version = "2.4.6"
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.4.5"
version = "2.4.6"
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.4.5"
version = "2.4.6"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "GraphQL query parser for async-graphql"