From b497a57d2ab06dafdecfece627bfdf424da9d5d0 Mon Sep 17 00:00:00 2001 From: Sunli Date: Sat, 6 Jun 2020 10:10:28 +0800 Subject: [PATCH] Release 1.14.17 async-graphql@1.14.17 Generated by cargo-workspaces --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f0a5a7a..a7c088ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.14.16" +version = "1.14.17" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust"