Release 3.0.9

async-graphql@3.0.9
async-graphql-derive@3.0.9

Generated by cargo-workspaces
This commit is contained in:
Sunli 2021-11-30 12:04:26 +08:00
parent c0a257dc7d
commit 5fcf552a93
2 changed files with 2 additions and 2 deletions

View File

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