diff --git a/Cargo.toml b/Cargo.toml index 64b6b757..03e7d4d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.17.4" +version = "1.17.5" 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 3f2ab16b..d6c24342 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "1.17.4" +version = "1.17.5" authors = ["sunli "] edition = "2018" description = "Macros for async-graphql"