From 1683aec8c5a05c5b8fe0b9446bb5bcc8c7c47a66 Mon Sep 17 00:00:00 2001 From: Sunli Date: Tue, 2 Jun 2020 09:01:37 +0800 Subject: [PATCH] Release 1.14.11 async-graphql@1.14.11 graphql-benchmark@1.14.11 simple@1.14.11 Generated by cargo-workspaces --- Cargo.toml | 4 ++-- benchmark/Cargo.toml | 4 ++-- benchmark/simple/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ff4dbe44..e7139eac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.14.10" +version = "1.14.11" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust" @@ -65,4 +65,4 @@ members = [ "async-graphql-tide", # "async-graphql-lambda", "benchmark", -] +] diff --git a/benchmark/Cargo.toml b/benchmark/Cargo.toml index 8e138ed0..3097987b 100644 --- a/benchmark/Cargo.toml +++ b/benchmark/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphql-benchmark" -version = "0.1.0" +version = "1.14.11" authors = ["sunli "] edition = "2018" @@ -10,4 +10,4 @@ simple = { path = "simple" } [[bench]] name = "simple" -harness = false \ No newline at end of file +harness = false diff --git a/benchmark/simple/Cargo.toml b/benchmark/simple/Cargo.toml index a8db10a3..958e9388 100644 --- a/benchmark/simple/Cargo.toml +++ b/benchmark/simple/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple" -version = "0.1.0" +version = "1.14.11" authors = ["Ivan Plesskih "] edition = "2018" @@ -10,4 +10,4 @@ async-std = { version = "1.5.0", features = ["attributes"] } futures = "0.3.4" serde_json = "*" lazy_static = "*" -async-graphql-parser = { path = "../../async-graphql-parser" } \ No newline at end of file +async-graphql-parser = { path = "../../async-graphql-parser" }