diff --git a/Cargo.toml b/Cargo.toml index b5f53cbb..785c83ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.10.0" +version = "0.10.1" 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.0" } +async-graphql-derive = { path = "async-graphql-derive", version = "0.10.1" } 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 1695919a..5f726312 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.0" +version = "0.10.1" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"