diff --git a/Cargo.toml b/Cargo.toml index e3f7a64b..b57b551b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.1.0" +version = "1.1.1" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"