diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8b092f..943fa2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased - Add concrete names support for `Object` macro. [#633](https://github.com/async-graphql/async-graphql/issues/633) +- Add `Lookahead::selection_fields` method. [#643](https://github.com/async-graphql/async-graphql/pull/643) ## [2.10.1] 2021-09-24 diff --git a/integrations/rocket/Cargo.toml b/integrations/rocket/Cargo.toml index 09c469c1..7e081912 100644 --- a/integrations/rocket/Cargo.toml +++ b/integrations/rocket/Cargo.toml @@ -4,8 +4,6 @@ version = "2.0.8" authors = ["Daniel Wiesenberg "] edition = "2018" description = "async-graphql for Rocket.rs" -# Waiting for Rocket 0.5 release. -publish = false license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql/" homepage = "https://github.com/async-graphql/async-graphql"