From 0eeb23d99c776aa28ce7a170119357df5fa5b19c Mon Sep 17 00:00:00 2001 From: Sunli Date: Mon, 10 Aug 2020 10:53:42 +0800 Subject: [PATCH] Release 1.17.5 async-graphql@1.17.5 async-graphql-derive@1.17.5 Generated by cargo-workspaces --- Cargo.toml | 2 +- async-graphql-derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64b6b757..03e7d4d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.17.4" +version = "1.17.5" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 3f2ab16b..d6c24342 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "1.17.4" +version = "1.17.5" authors = ["sunli "] edition = "2018" description = "Macros for async-graphql"