diff --git a/Cargo.toml b/Cargo.toml index 12c7b981..b9954a28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.17.7" +version = "1.17.8" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust"