Release 3.0.10

async-graphql@3.0.10
async-graphql-derive@3.0.10

Generated by cargo-workspaces
This commit is contained in:
Sunli 2021-11-30 13:46:42 +08:00
parent 86f10c5397
commit 0bc0283012
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "3.0.9"
version = "3.0.10"
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.9"
version = "3.0.10"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2021"
description = "Macros for async-graphql"