From 5fcf552a934d6b93c96e23ba757a9dbd063c11db Mon Sep 17 00:00:00 2001 From: Sunli Date: Tue, 30 Nov 2021 12:04:26 +0800 Subject: [PATCH] Release 3.0.9 async-graphql@3.0.9 async-graphql-derive@3.0.9 Generated by cargo-workspaces --- Cargo.toml | 2 +- derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90ae17a6..18d9d986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "3.0.8" +version = "3.0.9" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "A GraphQL server library implemented in Rust" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 7cf4706c..36c417cd 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "3.0.8" +version = "3.0.9" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "Macros for async-graphql"