diff --git a/Cargo.toml b/Cargo.toml index da7496f9..31639a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.15.5" +version = "1.15.6" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 58d2cd3d..e43e1e62 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "1.15.5" +version = "1.15.6" authors = ["sunli "] edition = "2018" description = "Macros for async-graphql"