Release 1.14.21

async-graphql@1.14.21
async-graphql-derive@1.14.21

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-06-08 10:42:11 +08:00
parent 0682334fdb
commit e723aa0733
3 changed files with 27 additions and 27 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.14.20"
version = "1.14.21"
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.20"
version = "1.14.21"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Macros for async-graphql"

View File

@ -1,26 +1,26 @@
[package]
name = "async-graphql-warp"
version = "1.14.20"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for warp"
publish = true
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "..", version = "1.14.0" }
warp = "0.2.2"
futures = "0.3.0"
bytes = "0.5.4"
serde_json = "1.0.48"
hyper = "0.13.6"
serde_urlencoded = "0.6.1"
anyhow = "1.0"
[dev-dependencies]
[package]
name = "async-graphql-warp"
version = "1.14.20"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for warp"
publish = true
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "..", version = "1.14.0" }
warp = "0.2.2"
futures = "0.3.0"
bytes = "0.5.4"
serde_json = "1.0.48"
hyper = "0.13.6"
serde_urlencoded = "0.6.1"
anyhow = "1.0"
[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }