diff --git a/Cargo.toml b/Cargo.toml index 95955adc..ab79b4c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.10.7" +version = "0.10.8" 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.7" } +async-graphql-derive = { path = "async-graphql-derive", version = "0.10.8" } 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 783c5c75..686229fc 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.7" +version = "0.10.8" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"