Update darling to 0.13 and bump version

This commit is contained in:
Bastien Orivel 2021-11-29 11:11:32 +01:00
parent e06fc84b6b
commit 6e6b006580

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-derive"
version = "3.0.7"
version = "3.0.8"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2021"
description = "Macros for async-graphql"
@ -21,5 +21,5 @@ syn = { version = "1.0.64", features = ["full", "extra-traits", "visit-mut", "vi
quote = "1.0.9"
Inflector = "0.11.4"
proc-macro-crate = "1.0.0"
darling = "0.12.2"
darling = "0.13.0"
thiserror = "1.0.24"