Release 1.17.21

async-graphql@1.17.21
async-graphql-derive@1.17.21

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-09-03 20:24:17 +08:00
parent b5d7944968
commit b7163d4f92
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.17.20"
version = "1.17.21"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "A GraphQL server library implemented in Rust"
@ -18,7 +18,7 @@ default = ["bson", "url", "chrono-tz"]
[dependencies]
async-graphql-parser = { path = "async-graphql-parser", version = "1.17.3" }
async-graphql-derive = { path = "async-graphql-derive", version = "1.17.20" }
async-graphql-derive = { path = "async-graphql-derive", version = "1.17.21" }
anyhow = "1.0.26"
thiserror = "1.0.11"
async-trait = "0.1.30"

View File

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