diff --git a/Cargo.toml b/Cargo.toml index 58c13b65..618a54d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.10.5" +version = "0.10.6" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" @@ -17,7 +17,7 @@ readme = "README.md" default = ["chrono", "uuid"] [dependencies] -async-graphql-derive = { path = "async-graphql-derive", version = "0.10.5" } +async-graphql-derive = { path = "async-graphql-derive", version = "0.10.6" } graphql-parser = "0.2.3" anyhow = "1.0.26" thiserror = "1.0.11" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 0f7d6785..2a4650e5 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "0.10.5" +version = "0.10.6" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"