From 749d748908c894183a13052084701631c336710f Mon Sep 17 00:00:00 2001 From: Sunli Date: Wed, 2 Sep 2020 10:47:46 +0800 Subject: [PATCH] Release 1.17.17 async-graphql@1.17.17 Generated by cargo-workspaces --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b7ab515..b5c45a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.17.16" +version = "1.17.17" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust"