diff --git a/Cargo.toml b/Cargo.toml index 8eba22fe..0788b2a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.10.2" +version = "0.10.3" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" @@ -17,7 +17,7 @@ readme = "README.md" default = ["chrono", "uuid"] [dependencies] -async-graphql-derive = { path = "async-graphql-derive", version = "0.10.2" } +async-graphql-derive = { path = "async-graphql-derive", version = "0.10.3" } graphql-parser = "0.2.3" anyhow = "1.0.26" thiserror = "1.0.11" diff --git a/README.md b/README.md index 297424b8..e6f91168 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# ⚠️ Some features are not yet implemented. Please do not use in a production environment. - # The GraphQL server library implemented by rust
diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index ab72a39c..d9a04ffa 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "0.10.2" +version = "0.10.3" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"