diff --git a/Cargo.toml b/Cargo.toml index 312899fa..5b87c2fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.17.12" +version = "1.17.13" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust"