Update Cargo.toml

This commit is contained in:
sunli 2020-03-03 19:29:55 +08:00
parent 086ffe11d9
commit d8c7494dec
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ readme = "README.md"
default = ["chrono", "uuid"]
[dependencies]
async-graphql-derive = { path = "async-graphql-derive" }
async-graphql-derive = { path = "async-graphql-derive", version = "0.5.0" }
graphql-parser = "0.2.3"
anyhow = "1.0.26"
thiserror = "1.0.11"