Release 1.14.12

async-graphql@1.14.12
async-graphql-derive@1.14.12
chat@1.14.12
graphql-benchmark@1.14.12
simple@1.14.12

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-06-02 21:48:19 +08:00
parent efe48776ef
commit ddc15599df
5 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.14.11"
version = "1.14.12"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "A GraphQL server library implemented in Rust"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-derive"
version = "1.14.8"
version = "1.14.12"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Macros for async-graphql"

View File

@ -1,6 +1,6 @@
[package]
name = "graphql-benchmark"
version = "1.14.11"
version = "1.14.12"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
@ -22,4 +22,4 @@ harness = false
[[bench]]
name = "chat"
harness = false
harness = false

View File

@ -1,9 +1,9 @@
[package]
name = "chat"
version = "0.1.0"
version = "1.14.12"
authors = ["Ivan Plesskih <terma95@gmail.com>"]
edition = "2018"
[dependencies]
async-graphql = { path = "../.." }
lazy_static = "*"
lazy_static = "*"

View File

@ -1,9 +1,9 @@
[package]
name = "simple"
version = "1.14.11"
version = "1.14.12"
authors = ["Ivan Plesskih <terma95@gmail.com>"]
edition = "2018"
[dependencies]
async-graphql = { path = "../.." }
lazy_static = "*"
lazy_static = "*"