From 1856b57f7b2a53c2f219534f78188cd88587c452 Mon Sep 17 00:00:00 2001 From: Sunli Date: Mon, 31 Aug 2020 15:41:19 +0800 Subject: [PATCH] Release 1.17.13 async-graphql@1.17.13 Generated by cargo-workspaces --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 312899fa..5b87c2fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.17.12" +version = "1.17.13" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust"