update version to 0.5.0

This commit is contained in:
sunli 2020-03-03 19:17:48 +08:00
parent d0c6db0aba
commit 234e3c9c4a
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "0.1.0"
version = "0.5.0"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "The GraphQL server library implemented by rust"

View File

@ -48,7 +48,7 @@
- [X] ID
- [X] DateTime
- [X] UUID
- [X] Complex Types
- [X] Containers
- [X] List
- [X] Non-Null
- [ ] Object
@ -77,7 +77,7 @@
- [ ] @skip
- [ ] @deprecated
- [ ] Custom Directive
- [ ] Schema
- [X] Schema
- [ ] Validation rules
## License

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-derive"
version = "0.1.0"
version = "0.5.0"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "The GraphQL server library implemented by rust"