From 2b61528d732cbc87a475de5434b6ee9fa58cf0eb Mon Sep 17 00:00:00 2001 From: sunli Date: Sun, 15 Mar 2020 15:34:07 +0800 Subject: [PATCH] v1.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3f7a64b..b57b551b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.1.0" +version = "1.1.1" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"