Release 1.14.11

async-graphql@1.14.11
graphql-benchmark@1.14.11
simple@1.14.11

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-06-02 09:01:37 +08:00
parent 775c7be6b1
commit 1683aec8c5
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.14.10"
version = "1.14.11"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "A GraphQL server library implemented in Rust"
@ -65,4 +65,4 @@ members = [
"async-graphql-tide",
# "async-graphql-lambda",
"benchmark",
]
]

View File

@ -1,6 +1,6 @@
[package]
name = "graphql-benchmark"
version = "0.1.0"
version = "1.14.11"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
@ -10,4 +10,4 @@ simple = { path = "simple" }
[[bench]]
name = "simple"
harness = false
harness = false

View File

@ -1,6 +1,6 @@
[package]
name = "simple"
version = "0.1.0"
version = "1.14.11"
authors = ["Ivan Plesskih <terma95@gmail.com>"]
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" }
async-graphql-parser = { path = "../../async-graphql-parser" }