From 9491cbf4b11f7a2f84cab82cdd0c2cdf9817a305 Mon Sep 17 00:00:00 2001 From: Sunli Date: Fri, 29 May 2020 11:57:25 +0800 Subject: [PATCH] Release 1.14.4 async-graphql@1.14.4 Generated by cargo-workspaces --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5729ca29..6dd5095c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.14.3" +version = "1.14.4" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust"