async-graphql-parser v0.2.0

This commit is contained in:
sunli 2020-05-10 13:54:57 +08:00
parent 93dedf1198
commit 2267e961bf
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ readme = "README.md"
default = ["bson", "uuid", "url", "chrono-tz"]
[dependencies]
async-graphql-parser = { path = "async-graphql-parser", version = "0.1.0" }
async-graphql-parser = { path = "async-graphql-parser", version = "0.2.0" }
async-graphql-derive = { path = "async-graphql-derive", version = "1.11.0" }
anyhow = "1.0.26"
thiserror = "1.0.11"

View File

@ -16,7 +16,7 @@ categories = ["network-programming", "asynchronous"]
proc-macro = true
[dependencies]
async-graphql-parser = { path = "../async-graphql-parser", version = "0.1.0" }
async-graphql-parser = { path = "../async-graphql-parser", version = "0.2.0" }
proc-macro2 = "1.0.6"
syn = { version = "1.0.13", features = ["full"] }
quote = "1.0.3"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-parser"
version = "0.1.0"
version = "0.2.0"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "GraphQL query parser for async-graphql"